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
Post a Comment