Filter by Category

Thumbnail for Error and Exception Handling in Applications

Error and Exception Handling in Applications

Programming.NET

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.

Read more
Thumbnail for 🗑 Garbage Collector in .NET — How It Works Under the Hood

🗑 Garbage Collector in .NET — How It Works Under the Hood

Programming.NET

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

Read more
Thumbnail for How to Use Marten in Multitenant Architecture? A Guide for .NET Developers

How to Use Marten in Multitenant Architecture? A Guide for .NET Developers

Architecture.NETProgramming

Published: 2025-07-09

Learn how to implement multitenancy in .NET applications using Marten - from row-level isolation to separate databases per tenant

Read more
Thumbnail for Thread Summarization: Adding Memory to LLM Applications

Thread Summarization: Adding Memory to LLM Applications

AI/LLMProgramming

Published: 2024-12-21

Learn how to implement memory in stateless LLM applications using Thread Summarization technique

Read more
Thumbnail for Clean Code Principles: SOLID, KISS, YAGNIand DRY

Clean Code Principles: SOLID, KISS, YAGNIand DRY

Programming

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.

Read more
Thumbnail for Using AutoMapper with DTOs in .NET

Using AutoMapper with DTOs in .NET

ProgrammingArchitecture

Published: 2021-07-09

Learn how to use AutoMapper to simplify mapping between domain models and DTOs in .NET applications.

Read more
Thumbnail for Introduction to Entity Framework

Introduction to Entity Framework

Programming

Published: 2021-03-29

An overview of Entity Framework, a popular open-source ORM for .NET, including Code-First and Database-First approaches.

Read more