Building VS.NET Wizards - Part 2 24 Jun 2005 12:09
With Visual Studio .NET 2003 wizards, you can easily create new skeleton classes. But sometimes, you are implementing some things over and over again, for example when you are creating test classes for your application. For this, you are required to create new wizards, which fit your needs.
Building VS .NET Wizards - Part 1 24 Jun 2005 11:42
Visual Studio .NET already brings us a lot of wizards, to help us create skeleton classes and projects. Developers can extend these templates and even change the existing ones.