.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 10 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 10 of 57
Newest first
-
Difference between Task and Thread in C#
c-sharpcorner.com Issue #423
Unlock the secrets of C# concurrency! Explore the Task vs. Thread differences, performance implications, and best practices for efficient, scalable applications.
-
What is Boxing and Unboxing in C#?
c-sharpcorner.com Issue #423
Understand C#'s boxing and unboxing: converting between value and reference types. Learn how they impact performance and how to optimize your code for efficiency.
-
What are C# Record Types and When to Use Them?
c-sharpcorner.com Issue #423
Explore C# record types: a powerful feature for immutable data models. Learn about value-based equality, concise syntax, and best use cases for cleaner code. Ideal for DTOs and APIs.
-
The Hidden Cost of Abstraction in C#
c-sharpcorner.com Issue #423
Explore the hidden costs of abstraction in C#, including performance overhead, memory usage, and complexity. Learn how to balance abstraction for efficient code.
-
High-Performance Bulk CRUD Operations in ASP.NET Core with Oracle
c-sharpcorner.com Issue #423
Boost ASP.NET Core performance with Oracle! Learn bulk CRUD using Global Temporary Tables, stored procedures, and Dapper for efficient handling of 100K+ records.
-
Why Value Types Exist in C#: The Philosophy Behind Structs
c-sharpcorner.com Issue #423
Explore C#'s value types (structs) and their design philosophy. Learn how they boost performance, reduce garbage collection, and represent data efficiently. Discover when and how to use structs effect...
-
What is the Difference Between IEnumerable and IQueryable in C#?
c-sharpcorner.com Issue #422
Unlock the secrets of IEnumerable vs. IQueryable in C#! Learn when to use each for optimal performance in data querying, especially with LINQ and Entity Framework. Master efficient data handling!
-
Mastering LINQ Query Optimization in ASP.NET Core: A Complete Developer’s Guide
medium.com Issue #421
Introduction
-
How to Reduce Latency in High-Performance Backend Systems?
c-sharpcorner.com Issue #420
Boost backend performance! Learn proven strategies to slash latency in your systems. Caching, async processing, and more for faster, scalable applications.
-
C# Performance Mistakes That Silently Kill Your APIs (And How to Fix Them)
medium.com Issue #419
Most C# APIs start fast.
-
Why Your .NET App Hangs: A Beginner’s Guide to ThreadPool Starvation
c-sharpcorner.com Issue #419
Unlock .NET app performance! Learn to diagnose & fix ThreadPool Starvation, a common issue causing hangs & slowdowns. Master async/await for optimal scaling.
-
What is async and await in C# with Example
c-sharpcorner.com Issue #419
Unlock the power of async/await in C#! Learn how to build responsive, scalable .NET applications with non-blocking asynchronous programming. Includes practical examples!
-
How to Improve Performance in C# Applications
c-sharpcorner.com Issue #417
Boost C# app performance! Learn async/await, database optimization, caching, and more. Build faster, scalable, and reliable .NET software. Optimize now!
-
-
Preventing Concurrency Conflicts in EF Core
trevoirwilliams.com Issue #416
Imagine a web application where multiple users interact with the same data simultaneously. This can lead to a concurrency conflict. Let us explore how you can effectively implement and manage these me...
-
.NET R&D Digest (February, 2026)
olegkarasik.wordpress.com Issue #416
This issue includes bits of AI, software development, performance, operating systems, C#, patterns, and of course a lot of .NET.
-
C# Performance Optimization Techniques Every Developer Should Know
c-sharpcorner.com Issue #416
Boost C# app performance! Master value/reference types, minimize allocations, optimize LINQ, and conquer concurrency. Profile, cache, and choose collections wisely.
-
Garbage Collection Internals in .NET: How Memory Management Really Works
c-sharpcorner.com Issue #416
Unlock .NET's garbage collection secrets! Explore generational memory management, LOH behavior, GC modes, and optimization techniques for high-performance C# apps.
-
⚡ 15 C# Performance Mistakes That Kill Your Application (And How to Fix Them).
c-sharpcorner.com Issue #415
Boost C# app performance! Discover 15 common mistakes that kill scalability & learn how to fix them. Essential for APIs, microservices, & high-throughput systems.
-
Top 10 Software Development Trends in 2026 | Facile Technolab
faciletechnolab.com Issue #414
Discover the Top 10 Software Development Trends in 2026. AI-native development, edge computing, DevSecOps, cloud-native strategies, sustainability, and practical steps to future-proof your software.
-
Building High-Performance APIs with ASP.NET Core: A Practical Guide for Production
blog.stackademic.com Issue #414
Modern applications live and die by API performance. Slow endpoints increase infrastructure costs, reduce scalability, and hurt user… Continue reading on Stackademic »
-
How C# Strings Silently Kill Your SQL Server Indexes in Dapper
consultwithgriff.com Issue #414
A common Dapper pattern that causes SQL Server to ignore your indexes and scan entire tables.
-
Demystifying .NET
shadhujan.medium.com Issue #414
The Missing Manual for password security, understanding CPU vs. I/O-bound work, and why your password verification is pure synchronous…
-
Global Query Filters in EF Core - Soft Delete, Multi-Tenancy & Named Filters in .NET 10
codewithmukesh.com Issue #414
Master global query filters in EF Core 10 with named filters, soft delete, multi-tenancy, IgnoreQueryFilters, and performance tips.
-
What If Your .NET API Could Be Half the Size? Introducing ToonSharp for .NET
medium.com Issue #413
A hands-on guide to ToonSharp: smaller payloads, cleaner syntax, and a familiar API you can drop into any .NET project today.