DEV Community

Cecil L. Phillip 🇦🇬 for .NET

Posted on

Blazor and Customizing the OData entity model

OData (Open Data Protocol) is an approved, OASIS standard that defines a set of best practices for building and consuming REST APIs. While OData has been around for a while, it has been seeing some renewed interested in the community for adding a layer of flexibility to your already existing HTTP based APIs.

Now, that .NET can run natively in the browser using WebAssembly via Blazor, developers want to be able to pair their OData backends with their Blazor frontends.

In a follow up to our previous episode on Supercharging your Web APIs with OData and ASP.NET Core, Hassan is back with Jeremy to talk about how we can customize the OData entity model so that we can use OData with any data source. Along the way, there might be a little Blazor goodness too!

If you liked this video and would like to see some more of our .NET content, please subscribe to our .NET Developers YouTube Channel or leave a comment below.

Useful Links

Top comments (2)

Collapse
 
diogenespolanco profile image
Diógenes Polanco

Very interesting blazor every day I fall more in love with this.

Collapse
 
cecilphillip profile image
Cecil L. Phillip 🇦🇬

Blazor is definitely starting to grow on me as well