PinnedYohan Malshika·May 23Understanding Connection Pooling in .NETWhy Connection Pooling is important
PinnedYohan Malshika·May 27Database Connection Pooling vs DbContext Pooling in .NETWhen working with Entity Framework Core, many developers confuse database connection pooling with DbContext pooling. Although both improve…
PinnedInNiche. Sweet. Valuable.byYohan Malshika·Nov 4, 2024Yohan Malshika: Why I love to writeAlways love to help each other
Yohan Malshika·5h agoDead Letter Queues (DLQ) in Kafka with ASP.NET CoreA beginner-friendly guide to Kafka DLQs in ASP.NET Core
InStackademicbyYohan Malshika·Jul 6Using AI to Generate Better Unit Tests for Bug Reproduction in .NETTurn bug reports into reliable unit tests using the AI
InStackademicbyYohan Malshika·Jun 23How to Prevent Duplicate API Requests in .NETUnderstanding Idempotency with Real-World ExamplesA response icon2A response icon2
Yohan Malshika·Jun 17Monitoring .NET Applications Using Application Insights (Azure)Modern applications are expected to be fast, reliable, and always available. But in real-world scenarios, issues like slow performance…
Yohan Malshika·Jun 12Understanding SemaphoreSlim in .NETA Complete Guide with Practical Examples for SemaphoreSlim
Yohan Malshika·May 20What is IHttpClientFactory in .NET and Why Should You Use It?When building modern applications in .NET, making HTTP requests to external APIs and services is a common requirement. Whether you are…