Contents tagged with VisualStudio
-
Building a Release Pipeline with Team Foundation Server + Hands On Lab
The Practices & Patterns team has released another guidance.
-
Would you like to have roaming settings in Visual Studio?
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 Visual Studio settings usage patterns and gathering feedback. The survey should take less than 10 minutes, maybe more if you want to provide a ton of details.
-
Breaking Changes In Argument List Evaluation In C# 5.0
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 (…)”.
-
Testing for Continuous Delivery with Visual Studio 2012 RC
Microsoft Patterns & Practices has released a book with guidance on Testing for Continuous Delivery with Visual Studio 2012 RC.
-
Announcing The Microsoft Roslyn CTP
The Roslyn team has announced general availability of the Roslyn CTP!
-
Visual Studio UserVoice Site
A Visual Studio UserVoice site has been set up to collect community feedback:
-
Visual Studio 2010 Service Pack 1 And .NET Framework 4.0 Update
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.
-
Is Your ASP.NET Development Server Not Working?
Since Visual Studio 2005, Visual Studio comes with a development web server: the ASP.NET Development Server.
-
Visual Studio: Setting Up The Current Project And Run
When I’m building a demo solution I usually have several projects to demo different features.
-
C# Proposal: Compile Time Static Checking Of Dynamic Objects
C# 4.0 introduces a new type: dynamic. dynamic is a static type that bypasses static type checking.