Skip to main content

Posts

Showing posts from April, 2019

Flexible APIs with OData Asp.Net Core

Hello everyone, today I would like to present the use of  OData (Open Data Protocol), a protocol for developing APIs, which will turn this development an incredible task. A little bit of the history of this protocol, in 2007 Microsoft had the idea to provide an innovative way for services that provide data to serve their customers  a flexibility beyond it was specifically prepared to offer, the goal was to provide the ability to the  customers  request data and operations that really fits their needs. In 2010 Microsoft in conjunction with other companies standardized this protocol and recently OData was made available to Asp.Net Core . Before we take further, this article was previously published in Portuguese on Medium, so if do you prefer to read in Portuguese there would be better an option for you  Medium . With the arrival of the OData protocol to Asp.Net Core, we can create fully flexible APIs allowing consumers to request various operatio...