Monstarillo
Home Page
Categories: Persistence - Data-tier
Author: Yellow Bridge Software
Latest version: 1.2
Added 2004-03-09
Generates the plumbing for your SQL Server database application. It can work off of your database schema to create stored procedures to select, insert, update and delete your data as well as the code needed to call these stored procedures or it can use your existing stored procedures.
Generates 3 flavors of code:
- Data layers returning a custom Info class in addition to DataTables and DataReaders. Two different info objects are used depending on the template group selected. One uses native types while the other uses Sql Types.
- Data layers returning DataTables and DataReaders.
- Code using Microsoft Data Application Blocks 2.0
 Built for .NET |