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

2

1

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?

Airwoman answered 10/1, 2009 at 23:46 Comment(0)
D
2

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

Dissect answered 11/1, 2009 at 2:7 Comment(0)
C
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:

http://odatascaffolding.codeplex.com/

Countryman answered 28/6, 2011 at 10:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.