We have a fairly simple line of business applications implemented with ASP.NET MVC2, and we have a new requirement to be able to share our data with other parts of the business, including SharePoint 2010, Ruby and Python.
I would like to use OData as a transport mechanism (as opposed to SOAP) using our existing MVC application. I am struggling to find those who mention the OData provider implementation for MVC.
Can you suggest how I can start my own OData ASP.NET MVC provider or point me somewhere that may have already started something like this?
source
share