Writing APIs in ASP.NET Core 2.1 with the ApiController Attribute
APIs
Writing Apis in ASP.NET Core until version 2.0 for me has been a great experience. I love the fact that we can now just...
Blazor: Cascading Values
Cascading values make it possible to make values and objects available to all components without the need to pass them along explicitly. The first rectangle...
Adding a GraphQL Endpoint to Your ASP.NET Core API
What is GraphQL?GraphQL is an open source specification created by Facebook that can be used to access data in APIs. GraphQL consist of two...