Archive for the ‘Visual Studio’ Category

A quick tour of C# 3.0’s new language features

Wednesday, December 5th, 2007

With Visual Studio 2008 now fully released, I take a quick look at some of the new language features in C# 3.0.

Write your own Visual Studio .NET Snippets to improve your coding productivity

Wednesday, November 7th, 2007

Chances are that if you’ve been using Visual Studio .NET, you’ll have come across the concept of snippets - useful reusable chunks of code that are inserted after typing in a small textual identifier for that snippet. This tutorial describes Visual Studio .NET snippets and describes how you can create your own.