Click here to Skip to main content
15,891,828 members
Articles / Programming Languages / C#

My Experience with OData

Rate me:
Please Sign up or sign in to vote.
4.79/5 (7 votes)
20 Nov 2022CPOL10 min read 12.6K   3  
Support of OData in ASP.NET applications
OData is a very interesting technology. Using several lines of code, you can support filtering, paging, partial selection, ... for your data. Today GraphQL is replacing it, but OData is still very attractive. Nevertheless, there are several pitfalls I had to deal with. In this article, I want to share my experience with OData.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Finstek
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions