-
C# Code Generator
Hi,
I am about to start writing an application using .NET Framework and SQL Server as the database manager. Even though I am an experienced developer, I would like to spend as less time as possible developing SQL stored procedures and the data access layer. I think that I should use a code generator that can assist me. As I have not yet used any C# code generator, I would rely on your experience and suggestions. Your recommendation will be highly appreciated.
Thanks in advance!
-
Re: C# Code Generator
Are you referring to a wizard that will write code for you?
-
Re: C# Code Generator
-
Re: C# Code Generator
Having done some research for our own needs.... here's a thread that might be of some use.
http://www.vbforums.com/showthread.php?t=498317
I know the title specifes VB.NET, but each of the generators I reviewed could do C#, in fact, they all did C# right out of the box.
-tg`