Why Choose Monstarillo - YellowBridge.com
Why Choose Monstarillo
Monstarillo - The developer's code generator
3 Ways to Generate Database Code
1. Monstarillo can create stored procedures from your database schema, write the code to call these new stored procedures and do so using a
custom lightweight dataobject
. Each of the methods that return data are overloaded to return Data Tables and Data Readers in addition to the custom lightweight classes.
2. Monstarillo can write the code to call existing stored procedures and do so returning a
custom lightweight dataobject
.
3. Monstarillo can write the code to call existing stored procedures returning a Data Table or the result code for the stored procedure execution.
Key Features
Generates stored procedure and data access code for your SQL Server database or uses existing store procedures.
Generates a persist layer and a business layer.
Requires no runtimes or helper classes.
Lets you have complete control over your SQL. Monstarillo does
not
try to write SQL for you on the fly.
Generates a safe class for each of the generated data and business objects that is generated once and never overwritten.
Get Methods (SelectSingle, SelectAll and SelectWhere ) in the Persist object return a
custom lightweight dataobject
, a
collection
of these light weight data objects, a DataTable or a DataReader.
Insert and update methods accept a single
lightweight dataobject
, a
collection
of these light weight data objects, or the individual parameters needed to insert or update a row.
View
a sample persist object.
Foreign key relationships are read from the database schema and implemented in the business object. Notice the GetOrder_DetailsByOrderID(), GetDataTableByOrderID(), and GetDataReaderByOrderID() methods in
this
sample business object.
The generated
business
object has fields for each column in the table or view. Each of the nullable fields have a corresponding IsNull and SetNull method.
Generated code returns custom classes, DataTables or DataReaders.
Generated custom classes are inherited from CollectionBase and are data bindable.
Creates methods to call every stored procedure in your database.
Creates custom classes for the result sets returned from stored procedures.
More Monstarillo
Overview
Download Free Evaluation
Pricing
Why Choose Monstarillo
Download Sample Code
Monstarillo Tutorials
Screenshots
Purchase Now
Yellow Bridge Software Inc. Newsletter Signup
Keep up to date with the Yellow Bridge Software Inc. newsletter.
Email Address
Subscribe
Unsubscribe
Copyright © 2004 Yellow Bridge Software Inc - All rights reserved
Privacy Policy
|
Contact Us