Tag: Blazor Server
-
Building Scalable Applications with .NET 8, Blazor, and Microservices
In this article, we’ll explore how Blazor and microservices work together, discuss API integration patterns, and walk through code examples to build a real-world scalable application. Read more
-
State Management in Blazor Applications
This article dives into these techniques, explaining when and how to use them to maintain a predictable, maintainable application state. Read more
-
Responsive UI Design in Blazor
This article explores practical techniques to design and troubleshoot responsive Blazor applications, from layouts and adaptive components to responsive images and debugging strategies. Read more
-
Blazor Virtualization Component Example for Large Data Handling with Responsive Scrolling
This article dives into the workings of the Blazor Virtualization component compared to traditional paging through practical code examples. Read more
-
Maximize Performance in Blazor WebAssembly
This article explores essential optimization techniques, supported by practical examples, to help you maximize performance in Blazor WebAssembly applications. Read more
-
Blazor Data Binding with bind, bind-value, bind:event, and more
In this article, we will explore the different bind features available in Blazor, such as bind-value, bind:event, bind:get, bind:set, bind:after, bind:culture, and bind:format. We’ll also cover real-world scenarios to demonstrate when you might use each of these options. Read more
-
Custom Validation Styling in Blazor Forms with Bootstrap and FieldCssClassProvider
In this article, we will explore how to customize Blazor’s validation class system using a FieldCssClassProvider to seamlessly integrate Bootstrap styles into Blazor forms. Read more
-
Enhancing Layouts with Blazor’s SectionOutlet
In this article, we will explore what SectionOutlet is, why it is useful in real-world applications, and provide a practical example that demonstrates how to use it effectively. Read more
-
Optimizing Large Data Sets in Blazor with the Virtualize Component
In this article, we will explore how the Virtualize component works, its key benefits, and why you should consider using it in your Blazor applications. Read more
-
CQRS with .NET 8 + MediatR
In this article, I will show you how to implement CQRS in .NET 8 and C# 13 with MediatR and Mapster for auto-mapping an entity result into a Data Transformation Object. Read more