|
|
|
|
|
Total Hits: 22 | Today: 0
|
Author: Guy Eddon
|
Rating:
|
|

Phoenix is neither a compiler nor a JITer, but will eventually transform both. It is the codename for an internal Microsoft project that provides an extensible framework for the analysis, optimization, and modification of code during compilation. Think of Phoenix as a tool that allows you to peek into the black box at the heart of compilers in order to see and modify their internals. Current uses of Phoenix inside Microsoft include code obfuscation, visualization, and custom assembly rewriting....
|
|
|
|
Total Hits: 466 | Today: 0
|
Author: Pascal Ganaye
|
Rating:
|
|

Most application needs to evaluate a formula at run-time. The dotnet framework unfortunately despite allowing advanced compilation support does offer a quick and light-weight eval function. This article introduce the a usable eval function. With some functionalities rarely available: Fast single pass parser Highly extensible, you can add your own variables and functions without having to change the library itself. Common priorities are supported : 2+3*5 returns 2+(3*5)=17. boolean operation...
|
|
|
|
Total Hits: 140 | Today: 0
|
Author: Iqbal Khan
|
Rating:
|
|

O/R mapping tools are becoming more popular each day and people are realizing the productivity gain they provide to developers. Yet, many people don’t know enough about O/R mapping to consider using these tools and many others are weary of using any code generators (including O/R mapping tools). In this article, I will try to educate you about the various important features that a good O/R mapping tool would provide you and how it can be beneficial to you. I am not discussing any particular O/R ...
|
|
|
|
Total Hits: 53 | Today: 0
|
Author: Informatec
|
Rating:
|
|

ItecDataLayer- is an easy to use development application that auto-generates a data layer object model based on your database schema. Exposing methods like MoveNext(), FindByPK(). In addition, data updates, inserts, and deletes can be call with one line of code....
|
|
|
|
Total Hits: 69 | Today: 0
|
Author: Alachisoft
|
Rating:
|
|

TierDeveloper is an O/R mapping and code generation tool that simplifies the complexities of N-Tier Applications and lets you develop real-life applications in matter of days instead of months. TierDeveloper Windows Edition lets you map middle-tier data objects against database tables and generate fully functional MTS COM/COM+ components using VB or C# language. It helps you accelerate N-tier enterprise application development against MS SQL Server, Oracle and IBM DB2 database servers. It also g...
|
|
|
|
Total Hits: 56 | Today: 0
|
Author: Elementool.com
|
Rating:
|
|

Accurate communication is the key to the success of the bug tracking process. This communication takes the form of timely information flow between customers, QA and Development. Reducing the time spent on tasks that communicate bug information saves money....
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: Ken Getz
|
Rating:
|
|

If you've been following Ted Pattison's excellent series of Basic Instincts columns on multithreading and asynchronous behavior, you should by now be an expert on handling the issues involved in working with multiple threads in Windows®-based apps. Recently, a friend, who evidently hadn't read Ted's columns, sent me a Windows-based application that performed a very lengthy file search operation that locked the user interface while executing. Users couldn't interact with, move, or resize the form...
|
|
|
|
Total Hits: 179 | Today: 0
|
Author: W.Bekker
|
Rating:
|
|

Easy to use webtool that converts your c# code into vb.Net and vise versa. No installation or download required, free and dotnet framework 2.0 supported...
|
|
|
|
Total Hits: 72 | Today: 0
|
Author: Innovasys
|
Rating:
|
|

Document! X shortcuts the process of creating and maintaining documentation and context sensitive on-line help for .Net Assemblies, Visual Basic/Visual Basic.NET source code, COM components, type libraries and databases. Used by leading component vendors including Infragistics, Janus and Data Dynamics to produce their commercial technical documentation....
|
|
|
|
Total Hits: 22 | Today: 0
|
Author: Ken Getz
|
Rating:
|
|

This month I found an interesting question in my mailbag. It went something like this: "I am writing some code working with points and other drawing objects in Visual Basic® 2003, and I just want to add an offset to a point, effectively moving the point. I tried adding a Size to a Point, and the thing just won't compile. I tried the exact same thing in C#, and it works fine. What gives?"...
|
|
|
|
Total Hits: 146 | Today: 0
|
Author: Todd Davis
|
Rating:
|
|

When I logged on to CodeProject this morning, their weekly poll asked the question, "How wide is your sourcecode?". This led to a discussion in the forums, where Vikram posted a link to this article by Sara Ford: http://blogs.msdn.com/saraford/archive/2004/11/15/257953.aspx The article details a little hack that you can make to the registry so that one or more "guidelines" can be dispalyed in Visual Studio. (See the image above for an example of what this looks like in the editor). So th...
|
|
|
|
Total Hits: 141 | Today: 0
|
Author: na
|
Rating:
|
|

Ampere Software is a young software product engineering company headquartered in India. Technical Expertise: Microsoft Technologies (.NET, C#, ASP.NET, VB.NET, VB, VC++, SQL), J2EE, C/C++, J2ME, QA, Testing, WinRunner, LoadRunner, ETL, OLAP, BI, XML....
|
|
|
|
Total Hits: 47 | Today: 0
|
Author: Maria Jose Serres
|
Rating:
|
|

DeKlarit is the only Model Driven tool that combines: Agile database modeling; declarative business rules; automatic code generation; and seamless integration with Microsoft Visual Studio .NET to deliver a truly agile development process for building and maintaining .NET connected applications.
DeKlarit 3.5 features seamless integration with Microsoft Enterprise Library for caching, authentication, authorization, configuration, and cryptography. All the required configuration files are au...
|
|
|
|
Total Hits: 14 | Today: 1
|
Author: Ed Tittel
|
Rating:
|
|

Only those who've been seriously out of circulation for some time, or are deliberately ignoring Web technology trends, are likely to be in the dark about the social networking phenomenon known as Facebook. Everybody else is busy building, adding to, or amping up their Facebook pages. It may be interesting for many to recognize that the Facebook Developer Toolkit (a CodePlex Open Source .NET project) is behind much of the hoopla....
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: Gustavo Velez
|
Rating:
|
|

SharePoint is Microsoft's server dedicated to the interchange of information and thus a system where writing is a critical component. As with other Office family products, Microsoft Office SharePoint Server (MOSS) provides tools to check and correct the orthography in texts. The service is used in some default components of MOSS, allowing developers to utilize it in custom software, such as WebParts or specialized pages....
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Aaron Skonnard
|
Rating:
|
|

In one of my previous columns on Service Orientation (SO), I introduced the concept of "contract-first" service development (see Service Station: SOA: More Integration, Less Renovation). Over the next two installments of this column, I'm going to cover the topic in depth. In this first part, I'll build the case for contract-first development and discuss the ASMX programming model. As a follow-up, I'll walk you through a practical contract-first development process using today's tools and illustr...
|
|
|
|
Total Hits: 82 | Today: 1
|
Author: sanjivji
|
Rating:
|
|

Application is used to capture the Image from Webcam. just 3 line code and miracle.utility.dll and WIALib.dll to be used This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL) Keep a running update of any changes or improvements you've made here....
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: James McCaffrey
|
Rating:
|
|

The basic idea behind code coverage is straightforward. During product development, a large number of test cases are created and run to ferret out bugs in the system. Code coverage analysis monitors which parts of the product's code are exercised by the collection of test cases. For it to be effective, 100 percent of the product's code should be executed by the test cases. If there are segments of product code that are never run during testing, then the product has not been thoroughly tested....
|
|
|
|
Total Hits: 21 | Today: 0
|
Author: James Avery
|
Rating:
|
|

You cannot expect to build a first-class application unless you use the best available tools. Besides well-known tools such as Visual Studio® .NET, there are a multitude of small, lesser-known tools available from the .NET community. In this article, I'm going to introduce you to some of the best free tools available today that target .NET development. I'll walk you through a quick tutorial of how to use each of them, some of which will save you a minute here and there, while others may complete...
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: Jonathan Keljo
|
Rating:
|
|

Many diagnostic tools use the CLR Profiling API-even those that aren't strictly profilers. So if you've ever wondered how these tools work, a look at the Profiling API is a good start. In this column, you'll see how they work and look at some useful tips and tricks. You'll also find some essential resources in the "Other Profiling Resources" sidebar. To use the CLR Profiling API, you create a DLL using an unmanaged language-typically C++, then you set some environment variables that instruct the...
|
|
|
|
|
|