Posted by & filed under Visual Studio.

Visual Studio 2005 provides you with a visual indication of what has changed during the editing session. It sets apart the changes you have made that have not yet been saved and changes you have made that have been saved, …

Posted by & filed under Visual Studio.

Code snippets technology exists for a single reason—developer productivity. One of the new features found in Microsoft Visual Studio 2005 is the ability to insert code examples, or snippets. Code snippet is the name used in Visual Basic, but in …

Posted by & filed under C#.

The C# IDE includes a suite of tools that automate many common code refactoring tasks. Refactoring is a formal and mechanical process, used to modify existing code in such a way that it is improved while preserving the program’s intended …

Posted by & filed under Visual Studio.

One of the new features in Visual Basic 2005, called My, provides access to commonly used functionality provided by the .NET Framework. The top-level members of My are exposed as objects. The three central objects that provide access to information