Search code examples
.netasp.net-mvcwcf-data-services

How do I configure ASP.net MVC to Scaffold using ADO.net dataservice?


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?


Solution

  • On http://www.codeplex.com/aspnet there's a project for using ASP.NET Dynamic Data with ASP.NET MVC.