Dear all, It’s my pleasure to announce that I have been invited as a speaker for this year’s .NET DevCon conference on 6th and 7th June in Nuremberg (Germany). I’m looking forward to this great opportunity to meet a lot of interesting people! I am going to hold a session about productivty increasing Visual Studio [...]
Posts Tagged ‘Visual Studio 2010’
Confirmed Speaker at .NET DevCon Conference 2011
Posted in Conference, News, Opinion, Productivity, visual studio, tagged .NET, Add-Ins, article, Conference, Creme de la Creme, DevCon, Nuremberg, Productivity, Publications, Talk, Visual Studio 2010 on March 3, 2011 | Leave a Comment »
WADA 1.2 released – Improvements in Process Retrieval/Attach
Posted in Automation, Productivity, tips, visual studio, tagged iisreset, new version release, testing, Visual Studio 2010, w3wp, WADA, worker processes on November 24, 2010 | 4 Comments »
Hi all, I just put onto the Visual Studio Gallery the new version 1.2 of WADA. Mostly, I tried to fix some stability issues when querying the processes after W3WPs crash or an IISRESET occurs. WADA 1.1: IISRESET –> “Get Procs” –> No results –> Restart VS 2010 WADA 1.2: IISRESET –> Refresh Webapp [...]
Visual Studio 2010: Breakpoints Improvements
Posted in Debugging, Productivity, tips, visual studio, tagged Breakpoints, Debugging, Enhancement, Export, Hit Counter, Import, Improvement, Label, Searching, Visual Studio 2010, XML on July 29, 2010 | 3 Comments »
Howdy people, This time we’re going to have a look at another small (but effective) improvement in Visual Studio 2010: The breakpoints got some new achievements, namely: Labeling breakpoints Searching for breakpoints (Breakpoints Window) Specifying hit counters Import/Export breakpoints Labeling is easy-to-use and newly available in Visual Studio 2010 (not in the Express Editions). Later [...]
Visual Studio Productiviy Power Tools
Posted in Automation, Opinion, Productivity, tips, visual studio, tagged Add-Ins, Alignment, Automation, code editor, Customize, Editor Improvements, Extensions, features, Productivity, Quick Access, Searchable, Visual Studio 2010 on July 19, 2010 | 2 Comments »
Howdy folks, The Visual Studio Team recently released a set of installable extensions that help to improve the productivity while working with the new Visual Studio 2010. This set of extensions is called Visual Studio Productivity Power Tools, and it really keeps its promises. 1. Editor Improvements There is a set of features that directly [...]
Visual Studio 2010 Keybinding Cards
Posted in c#, News, tips, visual studio, tagged card, Download, keybinding, microsoft, PDF, reference, Visual Studio 2010 on May 21, 2010 | Leave a Comment »
Howdy all, Did you already check out the latest Keybinding Cards of the new VS 2010? If not, you can find them here: http://www.microsoft.com/downloads/details.aspx?familyid=92CED922-D505-457A-8C9C-84036160639F&displaylang=en They are available for C#, C++, VB, and for the newly added F#. Here are my two of my favourite new keybindings: 1. CTRL + COMMA (,) (NavigateTo [...]
C# 4.0: Optional and Named Parameters
Posted in c#, Snippet, tips, visual studio, tagged .net framework 4, c# 4.0, intellisense, microsoft, named parameter, omit parameter, optional parameter, parameter ordering, release, Visual Studio 2010 on May 7, 2010 | Leave a Comment »
Howdy there, Now it’s around a month, that Microsoft released the .NET framework 4 to the public – so I wanted to take the occasion to give you a quick view on two nice new features: 1. Optional parameters: You can specify any parameters to be optional by assigning it a default value directly in [...]
Code Contracts & Pex: Assertions and Assumptions for Expressive Tests
Posted in Automation, c#, Code Contracts, Pex, Unit testing, visual studio, tagged assert, Assertions, assume, assumptions, Code Contracts, expressive test, Pex, Unit testing, visual studio, Visual Studio 2010, white box testing on February 1, 2010 | 5 Comments »
Howdy people, Me again with some more information of how both Code Contracts and Pex can be used together to write expressive tests (while still specifying a (partial) specification of the code). In the course of this article wel’ll also cover Assertions and Assumptions. In order to point out only the necessary topics, let’s introduce [...]
Visual Studio 2010: New Features Part 1: UI
Posted in c#, Snippet, Uncategorized, visual studio, tagged beta, code editor, code snippet, developer, development, features, ms_feeds, Visual Studio 2010, vs, windows7, wpf on January 30, 2010 | 4 Comments »
Howdy folks, Here we are back again with an introduction of the new features of the upcoming Visual Studio 2010. Its release has been postponed to the 12th of April, so in the meantime we’ll have to stick to the Beta 2, which is pretty stable already. There are so many improvements that we’ll have [...]
First Steps with Code Contracts
Posted in Automation, c#, Code Contracts, Unit testing, tagged Assertions, Code Contracts, Design by Contract, ms_feeds, postcondition, precondition, Tools, Visual Studio 2010, windows7 on January 21, 2010 | 4 Comments »
Hello all, Today we are going to talk about another exciting project from the Microsoft Research Labs: Code Contracts. It is a Design-By-Contract (DbC) system, that enables us as developers to formulate the expected behaviour of our code by directly putting it into the code. The main tools of applying Code Contracts are: Static checking [...]

