|
|
| Version | Date Released | Status | Release Notes |
| 1.2.0.3 Beta | Jul 14, 2011 | New Release | New features for this build: · Windows Phone 7 "Mango" support for generating a LINQ to SQL DataContext · SQL Compact Edition version 4.0 Support · Multiple test framework code generating (MSTest, NUnit, xUnit) · Transaction support per DataRepository instance (Begin, Commit, Rollback) · Code generation options to enable/disable unit test code generation · Display table data Features: · Visual Studio 2008 and 2010 Custom Tool Support · Creates entity classes for each table in the database · Generates data access code that implements the Repository Pattern · Generates methods for Create, Read, Update and Delete operations · Generates SelectBy methods for every column in every table · Generates a Purge method for every table to delete all records · Generates Count() method for retrieving the number of records in each table · Generates CreateDatabase() method for re-creating the database · Generates xml-doc code comments for entities and data access methods · Generates Entity Unit Tests |
| 1.2.0.2 Beta | Jul 13, 2011 | New Release | New features for this build: · Windows Phone 7 "Mango" support for generating a LINQ to SQL DataContext · SQL Compact Edition version 4.0 Support · Multiple test framework code generating (MSTest, NUnit, xUnit) · Transaction support per DataRepository instance (Begin, Commit, Rollback) · Code generation options to enable/disable unit test code generation · Display table data Features: · Visual Studio 2008 and 2010 Custom Tool Support · Creates entity classes for each table in the database · Generates data access code that implements the Repository Pattern · Generates methods for Create, Read, Update and Delete operations · Generates SelectBy methods for every column in every table · Generates a Purge method for every table to delete all records · Generates Count() method for retrieving the number of records in each table · Generates CreateDatabase() method for re-creating the database · Generates xml-doc code comments for entities and data access methods · Generates Entity Unit Tests |
| 1.1.0.3742?6 | Jul 11, 2011 | New Release | New features for this build: · Support for SQL Compact Edition version 4.0 · Multiple test framework code generating (MSTest, NUnit, xUnit) · Transaction support per DataRepository instance (Begin, Commit, Rollback) · Code generation options to enable/disable unit test code generation · Display table data |
| 1.0.3.19 | May 8, 2011 | New Release | New features for this build: · Resolved Visual Studio 2008 Smart Device project custom tool issues · Generates DeleteBy methods for every column in every table · Generates performance optimized Delete and Update methods that accept a collection of items · Displays build information and the date the code was generated in the header section of the file Features: · Visual Studio 2008 and 2010 Custom Tool Support · Creates entity classes for each table in the database · Generates data access code that implements the Repository Pattern · Generates methods for Create, Read, Update and Delete operations · Generates SelectBy methods for every column in every table · Generates a Purge method for every table to delete all records · Generates Count() method for retrieving the number of records in each table · Generates CreateDatabase() method for re-creating the database · Generates xml-doc code comments for entities and data access methods · Generates Entity Unit Tests |
| 1.0.3.17 Bet | May 2, 2011 | New Release | New features for this build: · Generates Delete and Update methods that accept a collection of items · Displays build information and the date the code was generated in the header section of the file |
| 1.0.3.14 Bet | Mar 31, 2011 | New Release | New features: · Generates an IDataRepository interface that contains the generated repository interfaces that represents each table |