.Net Class & SQL Table Builder / Constructor.
Hello and welcome. This project is under construction.
The purpose of this page is to quickly generate free .net BLL & DAL classes, and create underlying SQL tables. Comments or questions, email me at lucas at lucascullen dot com.
The code uses the Provider Design Pattern.
Instructions
Add the namespace & class names to text box, eg: 'Vehicle'. Next add the property name you wish to create. Eg: 'VIN'. Then hit 'add field'. This creates a property
in the collection. *NOTE: FIRST DEFAULTS TO UNIQUE ID*. Continue to add each property and its datatype. Once you are finished, click the build button.
c#, reordering of properties and other features are on there way! Updated: 21/05/2009
Generated Code
Custom Object
HTML / User Control
Code Behind
DAL Provider Class
Domain Object
SQL