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
Nov 3, 2021
WebHook integration using ASP.NET Core
Webhooks are a way for an external service to notify your application when an event occurs. This can be used to trigger actions or...

The Tech Platform
Oct 24, 2021
How to Create Data Visualization App with Blazor
Data visualization has become a pivotal aspect of modern applications, providing a compelling way to present complex information...


The Tech Platform
Oct 22, 2021
Enum as Required Field in ASP.NET Core WebAPI
Enums in C# are a set of named constants that represent a finite list of values. They are used to define a set of related named...

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...

The Tech Platform
Oct 13, 2021
Repository Pattern with AutoMapper in .Net Core
First Base Entity entity second generic IRepository implementation of IRepository and inject IRepository in ConfigureServices in-service...

The Tech Platform
Sep 28, 2021
Bad-request vs Unprocessable-entity
Introduction One of the most important aspects of a great API is the way in which it responds to its clients. How it returns the expected...

The Tech Platform
Sep 24, 2021
Top 10 backend frameworks
Backend frameworks are quintessential to application development for countless businesses across the world today. Finding the right...


The Tech Platform
Sep 7, 2021
ASP.NET State Management
ASP.NET is a popular web development framework that allows developers to build dynamic web applications using the .NET platform. State...
bottom of page