.NET news » Visual Studio 
Practical Database Programming with Visual Basic.NET
Author: Ying Bai
Average rating: (0 reviews)
More .NET Visual Studio books
Code Review Add-In
Code Review Add-In helps the process of reviewing code and publishing the results as work items to the Team System Server for review by team members
How to create a reusable custom Project Template for VS.Net 2005
This article describes the basic procedures for creating a Project Template in VS.Net, that can be reused as a custom template for other projects.
24 Apr 2007, 14:22:00 Source: How to create a reusable custom Project Template for...
Tags: Visual Studio
Code Refactoring in VS.NET 2005
Development is often a messy process. Often, you need to organize your code to make it more readable, or restructure it to improve readability. Manually polishing code is both cumbersome and error prone. Fortunately, VS.NET 2005's Refactoring Tool is an awesome new feature that lets you modify your code without affecting its functionality - in other words, it helps you organize your C# code without changing the runtime outcome. This article shows you how to use the Refactoring Tool in Visual Studio.NET 2005 to refactor your C# code with ease.
A Sneaky Peek At Orcas
A Sneaky Peek At Visual Studio 9 (Codenamed Orcas)
Addin Manager for VS 2002-2005
Full control over addins loaded into VS2002-2005 - for power users or addin developers
Creating Property Editors in DesignTime for VS.Net Easily (UITypeEditor Helper)
This is a base class to help easily create UITypeEditors. It is used to edit control properties in a DropDown window or a Modal-Form in design mode in the Visual Studio IDE
18 Mar 2007, 16:08:00 Source: Creating Property Editors in DesignTime for VS.Net Easily...
Tags: Examples
VB.NET
Visual Studio
New Library Classes in "Orcas"
The next version of Visual Studio, code-named "Orcas", supports new encryption algorithms, big integers, and other worthy enhancements. The CLR team explains.
Creating a tool window add-in with Visual Studio 2005
Shows you how to create a tool window add-in with Visual Studio 2005
16 Jan 2007, 17:28:00 Source: Creating a tool window add-in with Visual Studio 2005
Tags: Visual Studio
Addins
Examples
SmartTag Control Designer (Extending Design-Time Support)
Helps developers to build customized design-time extensions for components and controls through smart tag designer panels.
12 Jan 2007, 11:20:00 Source: SmartTag Control Designer (Extending Design-Time Support)
Tags: Visual Studio
Examples
Creating DropDown Property Editors (DesignTime) for VS.Net Easily (UITypeEditor Helper)
This is a base class usefull for creating UITypeEditors more easily. it is used to edit control properties in a DropDown window at design mode (in VisualStudio.Net IDE).
9 Jan 2007, 12:13:00 Source: Creating DropDown Property Editors (DesignTime) for...
Tags: Visual Studio
Examples

