POC for implementing OData with Asp.Net Core 2.1 webapi.
Originally developed by Microsoft in 2007, OData is an OASIS standard REST API and is established among companies such as Microsoft, SAP, CA, IBM and Salesforce. It allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. OData gives you a rich set of querying capabilities and is quickly gaining ground for its open source approach, as well as its exceptional scalability.
If you want to find the difference between OData, GraphQL and ORDS please have a look to this article.
To read more on my findings please have a look on my GitPad
Clone Repository:
git clone https://github.com/abhinav2127/Gitpad.git
Build Repository:
cd TodoApi
dotnet build
Run Application:
dotnet run
- 0.0.1
- Work in progress
Abhinav Jha – @YourTwitter – abhinav.jha58@example.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/abhinav2127/OData-Boilerplate
- Fork it (https://github.com/abhinav2127/OData-Boilerplate)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request