.NET news » Visual Studio Visual Studio Rss Feed

download

Microsft Visual Studio 2005 Doxygen Add-In

This MSVS Add-in allows select multiple files contained in loaded solution and pass them to Doxygen. Also it gives availability to choose the name of the project and the destination folder. All other Doxygen options can be set using Doxywizard executed from the add-in. I tried to do it as simple as possible for future extension which will be done next time.
26 Jun 2010, 06:53:00   Source: Microsft Visual Studio 2005 Doxygen Add-In   Tags: Visual Studio Addins

Multi-Targeting Visual Basic Applications in Visual Studio 2010

Visual Studio 2010 lets you create applications that target versions of the Microsoft .NET Framework from 2.0 to 4, and each step in between. We take a look at how multi-targeting works in Visual Studio today, and explain how you should approach multi-targeting in your projects.
6 Jun 2010, 19:00:00   Source: Multi-Targeting Visual Basic Applications in Visual...   Tags: Visual Studio

Thread Performance: Resource Contention Concurrency Profiling in Visual Studio 2010

Visual Studio 2010 includes new resource contention profiling features that help detect concurrency contention among threads. We walk through a profiling investigation to demonstrate how you can pinpoint and fix resource contention problems in your code.

SolutionConverter

A Visual Studio solution version converter to upgrade/downgrade solutions between VS versions.
27 May 2010, 09:45:00   Source: SolutionConverter   Tags: Visual Studio

Changes in programmer tools' infrastructure

The article describes some observations concerning changes in the infrastructure of tools used by programmers in everyday work. First of all, these changes are related to the release of Visual Studio 2010.
28 Apr 2010, 02:31:00   Source: Changes in programmer tools' infrastructure   Tags: Visual Studio Software

My Favorite New Features in Visual Studio 2010

This article explores some of the new features in Visual Studio 2010. It is not meant to be an exhaustive list, but rather highlights those features that I, as an ASP.NET developer, find most useful in my line of work.

13 Apr 2010, 19:00:00   Source: My Favorite New Features in Visual Studio 2010   Tags: Visual Studio

Code spelling checker extension for visual studio 2010 (VSX)

Building a spelling checker for source code as an extension for visual studio 2010.

Explore the Data Access Options in Visual Studio 2008

In Visual Studio 2008 running on the .NET framework 3.5, developers can not only create DataReaders and DataSets; Microsoft has also added LINQ to SQL, Entity Framework, and ADO.NET Data Services, which leverages the first two. These new options of course, mean that you have new syntaxes to learn. LINQ, which is built into Visual Basic and C#, has one implementation for LINQ to SQL and another for LINQ to Entities. In Entity Framework, you have the option to use LINQ to Entities or make queries in two other ways with Entity SQL…

3 Nov 2008, 19:55:43   Source: Explore the Data Access Options in Visual Studio 2008   Tags: Visual Studio

.NET Regular Expressions Find and Replace Add-In for VS2005

This add-in is for anyone who wants to use Regular Expressions to find and replace in Visual Studio, but doesn't want to use the strange Regular Expression syntax of the built-in dialog. This add-in provides a new dialog that uses .NET's Regular Expressions to find and replace.

Developing Visual Studio Add-in to enforce company's standard modification history

Using Visual Studio.net to develop Add-in to enforce company's standard modification history
« Previous12345678910Next »