Tag: .NET Core
-
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
-
The Blazor Revolution: Unveiling Features Across .NET Versions
In this article, I will discuss the evolution of Blazor and its revolutionary impact on .NET development. Read more
-
Ask me why I love Blazor
Blazor leverages the power of the .NET ecosystem, allowing you to write your applications using C# and HTML, while benefiting from the familiar structure of the .NET framework. Read more
-
Blazor Asynchronous Lifecycle Events
This article explores each of these events, their purposes, and practical examples to help you harness their potential in your projects. Read more
-
Elevate Your Web Apps: The Power of Blazor and .NET 9
This article delves into the key enhancements within .NET 9, illustrating how they can transform your Blazor projects and empower you to deliver exceptional user experiences across various platforms. Read more
-
Blazor Clean Architecture | .NET 8, C# 12 | CQRS + MediatR
This article delves into the intricacies of Blazor, exploring its architecture, including Clean Architecture, the CQRS pattern with MediatR, and the innovative Vertical Slice Architecture that streamlines the development process. Read more