Showing results for May 2019 - OData

May 19, 2019
4
0

Enabling Pagination in Blazor with OData

Hassan Habib
Hassan Habib

Summary We talked in a previous article about enabling OData in your existing ASP.NET Core API using EDM. One of the biggest advantages of following that method is to be able to take advantage of functionality such as count to enable an on-demand function in almost every web application such as navigation. In this article, we are going to ta...

May 19, 2019
19
0

Simplifying EDM with OData

Hassan Habib
Hassan Habib

Summary In a previous article, I talked about how you can leverage the power of OData with your existing ASP.NET Core API to bring in more features to your API consumers. But there are different ways you could enable OData on your existing API that are just as simple but offers more powerful features than overriding your existing routes and ena...