Productivity
Last week Telerik released the December CTP of the Data
Services Wizard. I posted on my blog a
video that shows how to get started, however, for those of you that like walkthroughs
better, here is one using a WCF Data Services (Astoria) service.
Getting Started: Mapping Data With OpenAccess
To get started, first download and
install the Data Services Wizard. After that, fire up Visual Studio and create a new
Class library application named Telerik.DSW.Demo.Astoria.DAL. Run
the OpenAccess “Enable Project to use ORM” wizard and then run the Reverse Mapping
Wizard and map to your database. For this demo I mapped the Northwind database.
Map as many tables as you...