Geekpedia Forums Logo

C# Code Generator

by lawson jones on Wednesday, December 5th - 1:07 AM



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!

Hi,
use Reflection and CodeDom namespaces.

-MindSport