Dapper is a lightweight Object-Relational Mapper (ORM) for .NET. It helps you communicate with databases using SQL while reducing the amount of repetitive code
Learn how to handle 15-minute JWT token expiration in .NET HttpClient using refresh tokens, DelegatingHandler, concurrency control, 401 retry, and secure token
Learn how to implement Apache Kafka in .NET Core step by step. Understand Kafka producers, consumers, topics, partitions, consumer groups, and BackgroundService
Learn OpenTelemetry in .NET from scratch. Understand logs, metrics, traces, spans, instrumentation, exporters, OTLP, and see practical C# examples with comments
Learn Polly in .NET from scratch. Understand Retry, Circuit Breaker, Timeout, Fallback, Rate Limiting, Hedging, resilience pipelines, and HttpClient integration
Learn the Fluent Builder Pattern in C# — how it works, when to use it over a constructor, and a full commented code example for building immutable objects.
Learn how to build AI agents in .NET with Microsoft Agent Framework — from a hello-world agent to tool calling and ASP.NET Core hosting, with full code examples
Learn what render modes are in Blazor, explore Static SSR, Interactive Server, Interactive WebAssembly, and Interactive Auto with examples.
this is to provide the concept of MVC such that a beginner will get ready for project production.
This blog gives the practical knowledge that how can you create your own customized CLI based AI customer support model using .NET programming.