Category: C#
-
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
-
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
-
.NET 9 Hybrid Cache: The Future of Multi-Level Caching
In this article, we’ll demonstrate how to set up, register, configure, and use Hybrid Cache, including examples of the DefaultHybridCache implementation. Read more
-
Understanding the params Collection in C# 13
The params keyword provides a more streamlined and flexible way to handle a variable number of arguments in a method, enabling developers to call methods with any number of parameters without needing to explicitly create arrays or collections. Read more