InfoQ Homepage Visual Studio Content on InfoQ
-
"Squiggles" for C#
With VS 2008 SP 1, C# has finally added error checking comparable to the continuous feedback VB developers have come to expect from their background compiler. Released under the name Live Semantic Errors or "Squiggles", it provides better design time error checking but only for open files.
-
Create Your Own VS Item Templates
If you find yourself writing the same sort of class over and over again, custom item templates could be your solution. Shahar Y. shows how to create your own custom Visual Studio Item Templates.
-
Sharing Code Snippets
When possible, commonly used code should be wrapped up in frameworks and libraries where you don't have to look at it. But when that's just not possible, we often have to turn to lengthy blocks of boilerplate code. Tools to make this less painful include Marckus's SnipPit and Bill McCarthy's Snippet Editor.
-
JetBrains Releases ReSharper 4.0 with Many Improvements, C# 3.0 Support
JetBrains has released the much-anticipated productivity Visual Studio add-in, ReSharper 4.0. Resharper 4.0 includes many improvements and new features.
-
Visual Studio Extensions for SharePoint Released
SharePoint is rapidly becoming the default CMS platform for companies building internal website using Microsoft technologies. SharePoint, though loaded with features out of the box, is often heavily customized using ASP.NET. In order to facilitate that, Microsoft has recently released several resources for both new and experienced SharePoint developers.
-
Boo: a First Class Language in Visual Studio
Boo is now on its way to becoming a first class citizen within Visual Studio 2008 thanks to the work of Jeffery Olson and the developers of BooLangStudio, a Visual Studio plugin.
-
Visual Studio 2008 Product Comparison Guide Available
Microsoft has published a comprehensive product comparison guide for Visual Studio 2008.
-
Silverlight 2 Beta Controls Source Code Available for Download
Microsoft has made available the source code and unit tests for Silverlight 2 Beta controls.
-
Visual Studio 2008 Team Foundation Server Power Tools Released
Microsoft has released the March 2008 version of the Visual Studio Team System 2008 Team Foundation Server Power Tools.
-
Making the Business Case for Software Factories
In this article, the authors have tried to carefully quantify the benefits of using a Software Factory Methodology for automating repetitive developments in a large enterprise development project at Siemens.
-
Visual Studio Hotfixes - Still a Mess
Though the Visual Studio Hotfixes have been moved to MSDN Code Gallery, developers are still forced to search for hotfixes and service packs.
-
.NET Framework 3.5 Enhancements Training Kit Available
Microsoft has recently made available the .NET Framework 3.5 Enhancements Training Kit.
-
Visual Rails Workbench available now from SapphireSteel Software
SapphireSteel Software released an update to their Ruby development environment known as Ruby in Steel 1.2 which includes the new Visual Rails Workbench.
-
Code Project Browser for VS 2005/2008
SlickEdit has created an Add-On for Visual Studio that integrates with the popular site, The Code Project.
-
Text Template Transformation Toolkit in Visual Studio 2008
Visual Studio 2008 includes a Text Template Transformation Toolkit as part of Domain-Specific Language Tools, and can be used to generate code based on a text template.