DEV Community

Bradley Wells
Bradley Wells

Posted on

A Blazor project template for the real world

For Christmas, I want to share a Blazor project template you can use to create real world applications. The solution includes:

  • IdentityServer4 authentication server
  • OData API with CRUD endpoints and Entity Framework
  • Server-side Blazor frontend targeting .NET Core 3.1 with sorting, filtering, and pagination

The source code is available on GitHub. Feel free to star, fork, and create something great!

Blazor Contacts

Top comments (0)