← All Tags
Posts tagged with #.Net

May 10, 2025•6 min read
Crafting Cross-Platform .NET MAUI Experiences with Blazor Hybrid & AI
Learn how to build sophisticated cross-platform UIs with .NET MAUI and Blazor Hybrid, then integrate AI capabilities to create intelligent user experiences using a shared C# codebase.

Apr 6, 2025•21 min read
Modern Web UIs with Blazor in 2025: State Management & Component Libraries
Explore the latest advancements in Blazor development for 2025, focusing on state management, popular component libraries like MudBlazor and Radzen, and key performance optimization techniques.

Oct 12, 2024•4 min read
Implementing the Repository Pattern in .NET: A Game-Changer for Clean Code
Learn how to implement the repository pattern in .NET applications to simplify data access logic, improve code organization, and enhance maintainability.

Sep 28, 2024•2 min read
The New Extensions Everything Feature of C# 13
A detailed look at the new Extensions Everything feature in C# 13

May 17, 2023•4 min read
Pros and Cons of Entity Framework's Compiled Query
Explore the advantages and disadvantages of using compiled queries in Entity Framework with practical examples in C# and .NET 7.