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:

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry 🕒

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more