DEV Community

Cover image for EF Core Community Standup: Blazor
Jeremy Likness ⚡️ for .NET

Posted on

EF Core Community Standup: Blazor

Blazor is a powerful platform for building Single Page Applications (SPA) using C# and .NET. It allows you to build reusable components and access existing .NET Standard libraries. Blazor Server is a hosting model that manages rendering and processes events on the server and communicates with your browser via a lightweight JavaScript shim and SignalR.

This episode walks through a reference line of business application. It features dynamic filtering, paging, and sorting, with add, edit, and delete capabilities. It implements optimistic concurrency for the case when two users edit the same information at the same time. It features a background audit that both timestamps entities as they are modified and generates a historic snapshot of properties.

All of the links for the show are available here:

Top comments (0)