This part of the series explains how to use the Entity Framework in combination with ADO.NET Data Services. This is the most easy and quickest way to provide access to a Data Source that can be addressed by the Entity Framework.
- Add a new Item of type ADO.NET Entity Data Model
- Generate a new model from the AdventureWorks DB in your SQL Server (you might need to install it see my Entity Framework Tutorial if you need help on this)
- Change the Data Service code and add as type the newly generated AdventureWorksEntities
No comments:
Post a Comment