|
Name: NET N-Tier Framework Generator
Version: 1.0 DateSubmitted: 10/15/2002 1:34:58 AM Cost: US$499 (1 Dev license) - US$2,999 (20 Dev license) Link: http://www.gavinjoyce.com/nTierGen/ Rapid N-Tier Development.The .NET N-Tier Framework Generator allows very rapid development of .NET N-Tier Solutions. Thousands of lines of C# code are automatically generated based on a SQL Server database. This code base can then be extended to include custom business rules and processes. Developers can use their time to develop the custom features of the solution, not having to worry about writing Stored Procedures or Data Access code.
Generated code includes:
- C# Data Access Layer eg. CustomerDAO.cs, OrderDAO.cs, CustomerOrderDAO.cs
- Get Methods - eg. OrderDAO.GetByOrderID(int OrderID)
- Persist Methods - eg. OrderDAO.Persist(OrderDataSet objOrderDataSet)
- Insert, Update, Delete Methods - eg. OrderDAO.DeleteByOrderID(int OrderID)
- Custom Queries - eg. UserDAO.GetByLogin(string Username, string Password)
- Multi-Table DataSet DAOs - eg. CustomerOrdersDAO.cs,
- Product_ProductCategoryDAO.cs
- C# Strongly Typed DataSets eg. CustomerDataSet.cs, OrderDataSet.cs, CustomerOrderDataSet.cs
- Strongly-Typed DataSets, DataTables and DataRows Generated - eg.
- OrderDataSet.Order.Add(DataTime OrderDate, int CustomerID, string Notes)
- Multi-Tabled DataSets
- Serializable to XML
- Ideal for Inter-Layer Data Transport
- Full support for winform and webform control data binding
- C# Business Rules Layer eg. CustomerBR.cs, OrderB.cs, CustomerOrderBr.cs
- Can be extended to include custom business rules and processes
- Methods can be easily exposed as XML web services
- VB.NET Business Rules Layer (v1.1.2)eg. CustomerBR.cs, OrderB.cs, CustomerOrderBr.cs
- Can be extended to include custom business rules and processes
- Methods can be easily exposed as XML web services
- Remoting Client & Server XML Configuration Files (v1.2)
- Distribute your application across a network
- Business Rules XML Web Service Facade
- T-SQL Stored Procedures eg. GetCustomerByID, GetUserByUsernamePassword
- Generates Get, Insert, Update, and Delete Stored Procedures
- Generates GetByForeginKey, GetByPrimaryKey
- Generates Custom Query Procedures - eg. GetOrderByOrderDateRange, GetUserByUserTypeID
|