Category Archives: Visual Studio

Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support

Yesterday I released Snippet Designer 1.2 Beta.
Codeplex Page: http://snippetdesigner.codeplex.com/
Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392
This release contains several bug … Continue reading

Posted in Codeplex, Snippet Designer, Visual Studio, Visual Studio Gallery | Leave a comment

My xUnit.net Visual Studio Code Snippets

The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact.  As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I f…

Posted in C#, Snippets, Visual Studio | Leave a comment

Snippet Designer 1.1 Released

I just released Snippet Designer 1.1.  This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.   Some of the most notable changes are: Languages Service are turned OFF by…

Posted in Personal, Snippet Designer, Visual Studio | Leave a comment

What annoys me when writing generic functions in Visual Studio…

When writing a generic function I start from left to right (the same way I write most things except when I took Yiddish in college).  For example, Lets say I am writing a simple generic method which return the first element of a generic list. I wa…

Posted in Visual Studio | Leave a comment