C# and SQL data layer code generator
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Sun, 09 May 2010 00:00:00 GMT
Indexed on
2010/05/09
2:59 UTC
Read the original article
Hit count: 195
Filed under:
I've created a simple yet efficient tool to help generate stored procedures and a C# data access layer from a table. Instead of using an ORM, this uses standard ADO .NET (SqlConnection, SqlDataReader, etc). Check it out at www.asteio.com. It's saved me a ton of time and I'm hoping it does the same for you....
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner