29. marts 2011
Christian Helle, Technical Lead at Commentor, has written a .NET program. which automatically generates a data acess layer to objects in a SQL Server Compact database
The program supports Visual Studio 2008 and 2010 Custom Tools and allows users to create entity classes for each table in the database.
Among the features are :
- 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
Read more and download the software
here