Joydip Kanjilal

How to use Brotli for response compression in ASP.Net Core
Featured

How to use Brotli for response compression in ASP.Net Core

When working with RESTful services that leverage the ASP.Net Core Web API, the easy availability of CPU versus the scarcity…
How to use the state design pattern in .Net
Featured

How to use the state design pattern in .Net

Design patterns are used to solve common design problems and reduce the complexities in our source code. The state design…
How to work with HttpClientFactory in ASP.Net Core
Featured

How to work with HttpClientFactory in ASP.Net Core

ASP.Net Core is an open source, cross-platform, lean, and modular framework for building high-performance web applications, introduced in ASP.Net Core…
Demystified: Routing in ASP.Net Core
Featured

Demystified: Routing in ASP.Net Core

Routing maps incoming requests to the respective route handlers and generates outgoing URLs. ASP.Net Core is an open source, cross-platform,…
Back to top button