Code generators

J

John

Hi

Are there any code generators that help reduce the code that needs to be
written for an ado.net/winform app? Any recommendations would be
appreciated.

Many Thanks

Regards
 
C

Cor Ligthert[MVP]

John,

Open in Solution Add New Item, then there are opened a lot of code
generators.

As you don't want to program in a DotNet language, then simply use something
as MS Access

Cor
 
B

Branco

John wrote:
Are there any code generators that help reduce the code that needs to be
written for an ado.net/winform app? Any recommendations would be
appreciated.
<snip>

If you use the DataSet wizard (* and your repository is one of the
supported Dbs *) then there's a fair amount of code generated for you
to take care of Db access, table setup, etc. The IDE (even the Express
version) will go as far as to create specific controls for you when
you drag a field/table to the form, but I don't think it will go much
beyoind that.

(in other words, I'd be glad to hear about some suggestions, too --
free ones, if at all possible possible)

Regards,

Branco.
 
G

gerry

off the top out of the box :
dataset ( designer )
linq2sql ( designer )
entity framework
dynamic data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top