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

Why You Should Avoid async void in C# (and What to Use Instead)

July 4, 2024 · .NET Fundamentals

Avoid Async Void Methods in C#

Async void hides exceptions, ruins tests, and breaks debugging. Learn safer Task‑based patterns in just 5 minutes.

Read more

Async Await in C#: Master Asynchronous Programming

June 12, 2024 · .NET Fundamentals

Async Await: Unlock the Power of Asynchronous Programming in C#

Learn how async/await in C# improves performance and responsiveness. Get examples, deep insights, and debugging tips.

Read more

GPT-4o Integration with C# Apps: Unlocking Advanced Capabilities with API Examples

May 14, 2024 · Artificial Intelligence

GPT-4o Integration with C# Applications: Enhance User Experience and Efficiency with Advanced API Examples

Learn how to integrate GPT-4o into C# applications with practical API examples for improve interaction, analysis, and multilingual support.

Read more

EF Core Performance: 18 Proven Ways to Speed Up Queries

April 22, 2024 · .NET Development, Databases

EF Core Performance Optimization: Essential Strategies to Boost Your App's Speed

Explore proven EF Core performance tips to enhance your application efficiency. Start optimizing today for faster results!

Read more

EF Core Global Filters: Soft Delete & Multi‑Tenant Guide

March 24, 2024 · .NET Development, Databases

Entity Framework Core: Global QUERY Filters and other Advanced Features

Dive into EF Core’s advanced features, including global filters, to enhance your .NET projects. Click to explore practical examples and tips!

Read more

EF Core Add, Update, Delete – Beginner’s Guide (2025)

March 17, 2024 · .NET Development, Databases

Entity Framework Core: Mastering Data Operations for Beginners

Learn to add, update, and delete in EF Core with real code: tracking vs disconnected, bulk ops, soft deletes, concurrency, and transactions.

Read more

Posts pagination

Previous 1 … 18 19 20 21 22 … 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

  • MVVM vs MVU in Blazor for Enterprise Apps
  • 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

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