Reduce Development Time :-
for every module you write in most application you deals with database so you
have to write all code that deal with database to perform basic and advanced
operations , you have to test it to make sure that code free of bugs , make sure
of null values handling and exception handling , comment your code to make
working in it later easy , in database side you have to create stored procedures
for every operation on tables and implement every stored procedure in-out
paramters with same type and lenth in your code , in GUI side you have to design
controls for every column to bind and save values , assign standrd and logical
name to control (not say textbox1,textbox2) , write code that handle reading
values from controls and bind values to controls with right casting values , you
have to fill all your lookups , many operation you have to do and maintain in
every module in your application cost you lot of time and effort ... why you do
that and we already do for you !!! by dotNet Code generator you can generate
right code , stored procedures , gui , ... and so one in few seconds which just
you take to customize generated work if you like.