DEV Community

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

Posted on

8 2

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:

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs