MSDN Blog

Insights and Updates from the Microsoft Developer Network

Performance

Articles on optimizing application speed and resource usage
C# Optimization

Mastering C# Performance: Advanced Techniques

Dive deep into the nuances of C# performance, exploring garbage collection, JIT compilation, and LINQ optimization strategies to build lightning-fast applications.

Read More
Web Performance

Boosting Web App Performance with Blazor WebAssembly

Learn how to leverage Blazor WebAssembly for significant client-side performance gains. We'll cover rendering strategies and asset bundling.

Read More
Database Performance

SQL Server Performance Tuning: A Practical Guide

Optimize your SQL Server databases for peak performance. This guide covers indexing, query optimization, and common bottlenecks.

Read More
Azure Performance

Scaling Your Azure Applications: Performance Best Practices

Understand how to design and configure your Azure services for maximum performance and scalability. Explore auto-scaling, caching, and load balancing.

Read More
Profiling Tools

Effective Profiling with Visual Studio

Learn to use Visual Studio's powerful profiling tools to identify and resolve performance issues in your .NET applications.

Read More