Skip to content
.Net Code Chronicles

.Net Code Chronicles

Unlocking the Power of .NET – Empowering Developers, One Byte at a Time!

  • Contact
  • About
  • Home
  • Performance

Tag: Performance

Entity Framework Core: To Track or Not To Track?
.NET Nuggets
June 8, 2025June 8, 2025

Entity Framework Core: To Track or Not To Track?

Discover when to use AsNoTracking in EF Core to boost performance, avoid pitfalls, and master DbContext lifetime management.

Read More
Unlocking Hidden .NET Speed: How to Use Span Like a Pro
.NET Fundamentals
March 26, 2025May 28, 2025

Unlocking Hidden .NET Speed: How to Use Span Like a Pro

Discover how Span boosts C# performance with low allocation and fast memory access. Ideal for high-performance .NET code.

Read More
Boost .NET Performance with Parallelism & Optimization
.NET Development
March 13, 2025March 15, 2025

Boost .NET Performance with Parallelism & Optimization

This entry is part 4 of 4 in the series Mastering .NET Performance: Diagnose, Optimize, and Accelerate

Boost .NET app speed with Parallel.ForEach. Learn multi-threading, avoid pitfalls, and validate performance gains with benchmarking tools.

Read More
.NET Optimization: Improve Performance & Memory Management
.NET Development
March 13, 2025March 15, 2025

.NET Optimization: Improve Performance & Memory Management

This entry is part 3 of 4 in the series Mastering .NET Performance: Diagnose, Optimize, and Accelerate

Boost .NET optimization with faster algorithms & smarter memory use. Learn key techniques for performance, scaling, and reducing allocations.

Read More
CPU Bound vs IO Bound – Diagnose .NET Performance Issues
.NET Development
March 11, 2025March 15, 2025

CPU Bound vs IO Bound – Diagnose .NET Performance Issues

This entry is part 1 of 4 in the series Mastering .NET Performance: Diagnose, Optimize, and Accelerate

Learn the key differences between CPU-bound and IO-bound issues in .NET. Diagnose performance bottlenecks and optimize your application efficiently.

Read More
Extending BenchmarkDotNet – Custom Exporters, Metrics & CI/CD
.NET Development
March 8, 2025

Extending BenchmarkDotNet – Custom Exporters, Metrics & CI/CD

Learn how to extend BenchmarkDotNet with custom exporters, metrics, and CI/CD integration to optimize .NET application performance efficiently.

Read More

Posts pagination

1 2 3 Next

Categories

  • .NET Development
    • .NET Nuggets
    • Artificial Intelligence
    • MAUI
    • Tools
  • .NET Fundamentals
  • Best Practices
  • Career Tips
    • Interview Preparation
  • Databases
  • Design Patterns
  • Testing and Debugging

Series

  • Mastering C# from Scratch: Your Fast Track to Pro-Level Code (8)
  • Mastering LangChain in .NET (7)
  • Mastering EF Core: From Fundamentals to Advanced Techniques (3)
  • Blazor Tutorial: Build Next-Gen Web Applications (12)
  • Mastering .NET MAUI: From Beginner to Pro (11)
  • Mastering .NET Performance: Diagnose, Optimize, and Accelerate (4)

Recent Posts

  • How to Build Interactive Maps in .NET MAUI (With Code Examples)
  • Revolutionize Your Workflow with .NET 10’s New Script Mode
  • Entity Framework Core: To Track or Not To Track?
  • Readonly Struct: Why It Exists and Why You Should Care
  • Minimal APIs in .NET: Cute Syntax or Maintenance Nightmare?

Recent Comments

  1. amarozka on DotNetFiddle Guide: Run & Share C# Code Online Easily
  2. Paul on DotNetFiddle Guide: Run & Share C# Code Online Easily
  3. Lass on DotNetFiddle Guide: Run & Share C# Code Online Easily
  4. amarozka on DotNetFiddle Guide: Run & Share C# Code Online Easily
  5. Victor on DotNetFiddle Guide: Run & Share C# Code Online Easily
Follow Me on LinkedIn
Copyright © 2025 .Net Code Chronicles