Browse by Tags
All Tags »
VisualStudio (
RSS)
The C++ Team ( blog ) has been researching roaming Visual Studio settings and they have a few questions that will help gain insights into what the best experience would be. They have created a survey ( http://aka.ms/vsroaming ) aimed at understanding...
The C# Language Specification states on §7.5.1.2 that “(…) the expressions or variable references of an argument list are evaluated in order, from left to right (…)”. So, when this code is compiled with the C# 4.0 compiler: static void M( int x = 10,...
Microsoft Patterns & Practices has released a book with guidance on Testing for Continuous Delivery with Visual Studio 2012 RC . The book and its content can be found both in the MSDN site and the CodePlex site . I’m deeply honored...
The Roslyn team has announced general availability of the Roslyn CTP ! The official launch is at http://msdn.com/roslyn , and there were a number of blogs to publicize the availability broadly ( soma , ericli , vsteam , vbteam , c#faq ) and across twitter...
A Visual Studio UserVoice site has been set up to collect community feedback: http://visualstudio.uservoice.com/ For filing bugs, the Visual Studio Connect site is still the place to go: http://connect.microsoft.com/visualstudio
As announced by Jason Zender in his blog post , Visual Studio 2010 Service Pack 1 is available for download for MSDN subscribers since March 8 and is available to the general public since March 10. Brian Harry provides information related to TFS and S...
Since Visual Studio 2005 , Visual Studio comes with a development web server: the ASP.NET Development Server . I’ve been using this web server for simple test projects since than with Visual Studio 2005 and Visual Studio 2008 in Windows XP Professional...
Using Visual Studio macros to change the current project as the startup project and start it....
C# 4.0 introduces a new type: dynamic . dynamic is a static type that bypasses static type checking. This new type comes in very handy to work with: The new languages from the dynamic language runtime . HTML Document Object Model (DOM). COM objects. Duck...
In my code, I make extensive use of debug assertions (see System.Diagnostics.Debug.Assert ). These assertions are very helpful while debugging because you don’t need to step into every line of code to see if all pre-conditions are met. As soon as a pre...
More Posts
Next page »