top of page
Search

The Tech Platform
Nov 23, 2021
Single Transaction per Request ASP.NET CORE with EntityFramework
When developing web applications, it is important to ensure that all database transactions are handled in a consistent and efficient...


The Tech Platform
Nov 12, 2021
How to use IDisposable in ASP.NET Core
In ASP.NET Core, the IDisposable interface provides a mechanism for releasing unmanaged resources used by a class. It allows developers...

The Tech Platform
Oct 21, 2021
Implement a Rate Limiting Middleware in ASP.NET Core
When building APIs, regardless of the framework and language you are using, you may want to limit the number of requests an API accepts...
bottom of page