.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

Step 1: Add properties to the object.

Namespace:
Class Name:
Field Name:
DataType:
Access Modifier:
Global Variable Prefix (fields):

 

Step 2: Review Field List

 

Step 3: Build options

 

Generated Code

Custom Object
HTML / User Control
Code Behind
DAL Provider Class
Domain Object
SQL