Add-ins
Easy creation of code generators in Visual Studio 2008 (part 3 of 4)
May 11th
This is the third part of a series covering code generators in Visual Studio 2008. Part I and part II of this series cover how to create the project and all the necessary steps for writing a code generator.
The series is divided into four parts:
Part I – creating a Visual Studio Package
Part II – creating [...]
Easy creation of code generators in Visual Studio 2008 (part 2 of 4)
May 10th
In the first part I’ve written about creating a code generator in VS2008 to eliminate repetitive coding.
The series is divided into four parts:
Part I – creating a Visual Studio Package
Part II (this one) – creating and registering a code generator
Part III – generating code & debugging
Part IV – creating the setup project and deploying the [...]
Easy creation of code generators in Visual Studio 2008
May 7th
I am a big fan of the DRY principle. This means that whenever I can do something that can be reused with minimal or no effort, I try to do it. Recently I’ve started developing a REST framework for our projects, which is not based on WCF (will blog about this too). One of the [...]
Useful tools for your development experience
Sep 6th
Recently, Scott Hanselman has released his notorious tools list for 2009 here at http://hanselman.com/tools. I want to amend his list and add some of the tools that I use for day-to-day work.