Good tips on implementing ASP.NET web API applications with OData 4.0

Posted: (EET/GMT+2)

 

If you've been working with ASP.NET web backends and have had the need to publish database data to clients, you have most likely heard about OData, or Open Data.

OData has obvious benefits, and helps building applications faster, but there are also times when you might wish to consider how exactly you are using OData in your ASP.NET web applications. There's a good blog post about lessons learned with using OData 4.0 in ASP.NET applications.

Recommended reading!