Tuesday, June 14, 2011

How to create code generator for your data objects, data access layer and business access layer?

This post of mine shows how I create DAL, BAL, Data entity objects, interface. This code generator will generate code for this .cs file.
First, this is how it looks like when you are creating DAL,
Second, this is how it looks like when you are creating BAL,
Third, this is how it looks like when you are creating data entity objects,
Fourth, this is how it looks like when you are creating the interface,

Here is the code,
if you wish to see the actual code, go to this link

.

No comments:

Post a Comment