Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BDG.zip | 2011-07-27 | 23.6 kB | |
BDG.tar.gz | 2011-07-27 | 20.6 kB | |
BDGSource.zip | 2011-07-27 | 50.8 kB | |
Totals: 3 Items | 95.0 kB | 0 |
BDG v0.8 Features: - Generate C# classes for Business Documents and Data Access Layer. - Class generation drive by XML description file. Preconditions and conceptions: - All database communication made through stored procedures. - Generate Business Document base class, you should create your Business Document by inheritance. Install: - xcopy Tasks: - Set class attributes for Business Document class. - Implement BDG.BusinessDocuments.IDatabaseServerService interface for popular RDBMS (now Data Access Layer generation work only for MSSQL Server) - Stored procedure selection should drive by configurable pattern matching with the stored procesure name. (now select all stored procedure which begin "app_sp")