.NET Logo
Evangelist
← All Tags

Posts tagged with #Performance

Mastering Common Table Expressions (CTEs) in PostgreSQL: Recursive Queries and Performance Tips
May 11, 20257 min read

Mastering Common Table Expressions (CTEs) in PostgreSQL: Recursive Queries and Performance Tips

A comprehensive guide to Common Table Expressions (CTEs) in PostgreSQL, including recursive queries, practical use cases, and performance optimization tips for writing efficient, maintainable SQL.

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.

Beyond the Basics: Mastering Advanced Features in .NET
Jan 11, 20254 min read

Beyond the Basics: Mastering Advanced Features in .NET

Explore advanced .NET features such as reflection, dependency injection, asynchronous programming, and performance optimization to elevate your development skills.

Performance Optimization Techniques in Python
Oct 15, 20245 min read

Performance Optimization Techniques in Python

A comprehensive guide to performance optimization techniques in Python for beginners and advanced users.

How to Use Redis Caching With ASP.NET Core and .NET 8
Oct 1, 20245 min read

How to Use Redis Caching With ASP.NET Core and .NET 8

Learn how to use Redis caching with ASP.NET Core and .NET 8 to improve application performance and scalability.

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.