How to configure ASP.net MVC on Scaffold using ADO.net Data Service?

Setting up ASP.net MVC using Linq2SQL or the Entity Framework context for working with the basics is very simple. What tweaks will you make to make working with ADO.net Data Services?

+1
asp.net-mvc wcf-data-services
Jan 10 '09 at 23:46
source share
2 answers

There is a project at http://www.codeplex.com/aspnet for using ASP.NET dynamic data with ASP.NET MVC.

+2
Jan 11 '09 at 2:07
source share

I set up MVC Scaffolding templates for scaffold versus WCF Data Services context (ADO.NET Data Services, oData, which they would stop changing the name!). Templates can be found here:

http://odatascaffolding.codeplex.com/

0
Jun 28 '11 at 10:01
source share



All Articles