Class Builder Wizard

Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for database objects (MS SQL Server and others). It can also be used to quickly create custom classes (not necessarily based on a database object) by defining the structure of the class "manually." A full plug-in interface has been implemented to support data sources beyond the default (MS SQL) and allow for third-party data sources. This code generator can create code in C# and VB.Net. The generated objects are serializable and are easily bound to Windows and ASP.Net form controls, or utilized in web services. This project was created to speed-up my personal development process by automating several tasks that I found repetitive between projects. My hope is that by releasing it here, others will find it useful as well. Please download and read the Readme file for more information about what the Class Builder Wizard is and how you can make use of its capabilities.