Telerik just released a CTP of their OpenAccess Data Services Wizard. OpenAccess is their O/R Mapper and the Data Services Wizard essentially generates a data services layer that uses the OpenAccess O/R Mapper for CRUD operations to the database.
“The Data Services Wizard (DSW) allows you to easily create a CRUD data service layer for your application. The DSW does this by using a data access layer already built by OpenAccess and automatically generating the C# code for your endpoints. The types of endpoints you can create are:
- WCF Data Services (FKA Astoria and also FKA ADO. NET Data Services)
- Raw WCF endpoints
- WCF REST Collection endpoints
- WCF ATOMPub endpoints”

You can download the CTP here.
Check out other O/R Mappers, Code Generators, and Microsoft .NET Developer Tools.
David Hayden
O/R Mappers