Skip to content
.Net Code Chronicles
.Net Code Chronicles

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

  • Get in touch
  • About

CountBy & AggregateBy in .NET 9: Cleaner LINQ

November 4, 2025 · .NET Fundamentals

New LINQ Methods: CountBy and AggregateBy for Cleaner Data Processing

See how CountBy and AggregateBy cut GroupBy boilerplate. Real C# examples, tips, and patterns for faster, cleaner data code in .NET 9.

Read more

Master C# Thread Safety: Locks, Interlocked & Lock‑Free

October 31, 2025 · .NET Fundamentals

Stop Race Bugs: Master C# Locks, Interlocked & Lock‑Free (with Real Benchmarks)

Stop race bugs in C#. Benchmarks compare lock, Interlocked, ReaderWriterLockSlim, and concurrent collections with copy‑ready code.

Read more

Stack vs Heap in C#: Stop Wasting Memory

October 30, 2025 · .NET Fundamentals

Stop Wasting Memory: The Truth About Stack vs Heap in C#

Learn the stack vs heap rules in C#. Cut GC time with code, benchmarks, and profiler steps. Kill boxing and hidden allocations.

Read more

Fluent UI vs MudBlazor vs Radzen: Best Blazor UI in 2025

October 28, 2025 · .NET Development, Blazor

FluentUI Blazor vs MudBlazor vs Radzen: Which One Should You Use in 2025?

Compare Fluent UI Blazor, MudBlazor, and Radzen for 2025. See grids, theming, docs, community, a decision matrix, and code samples.

Read more

Blazor Error Boundaries: Stop One Bug From Killing Your App

October 23, 2025 · .NET Development, Blazor

Blazor Error Boundaries: Stop One Bug From Killing Your App

Add global and per‑component error boundaries, custom error UI, logging, and safe recovery so one bug never knocks out your Blazor app.

Read more

Blazor Virtualization: 100k Items, EF Paging & Streaming

October 21, 2025 · .NET Development, Blazor

Blazor Virtualization: Render 100,000 Items Without Breaking a Sweat

Master Blazor’s Virtualize to scroll 100k rows. Learn paging with EF Core, smooth infinite scroll, data streaming, and fast placeholders.

Read more

Posts pagination

Previous 1 2 3 4 … 30 Next

Categories

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

Recent Posts

  • Stop Using AutoMapper: Mapperly & Mapster in 2025
  • Blazor Server Memory Management: Stop Circuit Leaks
  • Clean Strategy Pattern in .NET 8 with Keyed Services
  • Cut LLM API Costs by 40% with TOON in .NET
  • Blazor PDFs & Reports: Print‑Ready Docs, Excel & CSV

Recent Comments

  1. Hans Gouw on Blazor EditForm Validation: Custom Rules with Examples
  2. Muriel Rutherford on C# String Interpolation is Easy
  3. Mandy Haggai on FluentValidation in Blazor: A Complete Guide
  4. amarozka on Build an MCP Server in .NET: Step‑by‑Step Guide
  5. Sameer on Build an MCP Server in .NET: Step‑by‑Step Guide
Follow Me on LinkedIn

© 2025 .Net Code Chronicles — Unlocking the Power of .NET – Empowering Developers, One Byte at a Time!

.Net Code Chronicles