Sunday, May 09, 2010

C# and SQL data layer code generator

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.

Read more: ASP .NET Forum
Official site: asteio

Posted via email from jasper22's posterous