rest - OData-like routes in ASP.NET MVC -


is there simple way creating asp.net mvc application routes based on odata uri conventions http://www.odata.org/developers/protocols/uri-conventions ?

it's adding new html format specification.

or may way converting urls linq queries dynamically?

you use domain service class wizard allows expose methods odata out of box. cause mvc not mean can not attach on wcf etc.

take @ blog post http://blogs.msdn.com/b/brada/archive/2010/03/16/silverlight-4-ria-services-ready-for-business-exposing-odata-services.aspx

it explains how use domain service class expose odata.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -