Error and Exception Handling in Applications
Published: 2025-09-03
Learn how to properly handle errors and exceptions in your applications to improve stability, make debugging easier, and provide better user experience.
Published: 2025-09-03
Learn how to properly handle errors and exceptions in your applications to improve stability, make debugging easier, and provide better user experience.
Published: 2025-08-26
A deep dive into how .NET's Garbage Collector works, from mark-and-compact algorithms to generational collection and performance optimization strategies
Published: 2025-07-09
Learn how to implement multitenancy in .NET applications using Marten - from row-level isolation to separate databases per tenant
Published: 2024-12-21
Learn how to implement memory in stateless LLM applications using Thread Summarization technique
Published: 2021-08-01
Explore essential principles for writing clean, maintainable code—SOLID, KISS, YAGNIand DRY—and learn how they improve code quality and clarity.
Published: 2021-07-09
Learn how to use AutoMapper to simplify mapping between domain models and DTOs in .NET applications.
Published: 2021-03-29
An overview of Entity Framework, a popular open-source ORM for .NET, including Code-First and Database-First approaches.