.NET news » Visual Studio Visual Studio Rss Feed

download

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
7 May 2007, 14:50:00   Source: Code Review Add-In   Tags: Visual Studio Addins Source Control

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.
13 Apr 2007, 16:19:58   Source: Code Refactoring in VS.NET 2005   Tags: Visual Studio

A Sneaky Peek At Orcas

A Sneaky Peek At Visual Studio 9 (Codenamed Orcas)
30 Mar 2007, 07:03:00   Source: A Sneaky Peek At Orcas   Tags: Visual Studio

Addin Manager for VS 2002-2005

Full control over addins loaded into VS2002-2005 - for power users or addin developers
21 Mar 2007, 15:49:00   Source: Addin Manager for VS 2002-2005   Tags: Software Visual Studio Addins

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

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.
12 Mar 2007, 19:00:00   Source: New Library Classes in "Orcas"   Tags: Visual Studio

Creating a tool window add-in with Visual Studio 2005

Shows you how to create a tool window add-in with Visual Studio 2005

SmartTag Control Designer (Extending Design-Time Support)

Helps developers to build customized design-time extensions for components and controls through smart tag designer panels.

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).