.NET Logo
Evangelist
← All Tags

Posts tagged with #.Net

Crafting Cross-Platform .NET MAUI Experiences with Blazor Hybrid & AI
May 10, 20256 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.

Modern Web UIs with Blazor in 2025: State Management & Component Libraries
Apr 6, 202521 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.

Implementing the Repository Pattern in .NET: A Game-Changer for Clean Code
Oct 12, 20244 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.

The New Extensions Everything Feature of C# 13
Sep 28, 20242 min read

The New Extensions Everything Feature of C# 13

A detailed look at the new Extensions Everything feature in C# 13

Pros and Cons of Entity Framework's Compiled Query
May 17, 20234 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.