Setting up ASP.net MVC with Linq2SQL or Entity Framework's context to have scaffolding work out of the box is extremely easy. What tweaks would you make to make it work with ADO.net Data Services?
Asked
Active
Viewed 1,464 times
2 Answers
2
On http://www.codeplex.com/aspnet there's a project for using ASP.NET Dynamic Data with ASP.NET MVC.

Chad Moran
- 12,834
- 2
- 50
- 72
0
I have customized the MVC Scaffolding templates to scaffold against a WCF Data Services Context (ADO.NET Data Services, oData, which they would stop changing the name!). You can find the templates here:

dove
- 20,469
- 14
- 82
- 108

user818919
- 11
- 1