only My site

Monday, March 17, 2008

Data Tier Generator - .Net free tools

Data Tier Generator
Microsoft .NET project that generates SQL Server 2000 scripts for stored procedures and C# classes used to access those stored procedures. The stored proecedures generated are as follows: Insert, Update, Delete, Select, SelectByPK, SelectByFK
http://sourceforge.net/project/showfiles.php?group_id=41502

MyGeneration Code Generator
MyGeneration is an extremely flexible template based code generator written in Microsoft.NET. MyGeneration is great at generating code for ORM architectures. The meta-data from your database is made available to the templates through the MyMeta API.
http://sourceforge.net/project/showfiles.php?group_id=198893