top of page
Search


The Tech Platform
Dec 27, 2021
How to perform validations in ASP .NET web applications
For any product that you manufacture today, it is important to perform validation before delivering it to the client. You need to...


The Tech Platform
Dec 24, 2021
How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware
ASP.NET, a stalwart in web application development, has undergone significant transformations over the years. Among these changes, the...


The Tech Platform
Dec 21, 2021
How to build a dynamic PWA in Angular and ASP.NET Core with a multi-tenant project.
Progressive Web Applications (PWAs) have become increasingly popular in recent years due to their ability to provide an app-like...


The Tech Platform
Dec 21, 2021
JWT and Refresh Tokens in ASP.NET Core
In this article we’ll go through a simple example of how to implement JWT(Json Web Token) authentication and Refresh tokens in ASP.NET...


The Tech Platform
Dec 18, 2021
Middleware and Filters power in ASP.NET Core
In ASP.NET core, Middleware and Filters are two concepts which are very useful & powerful but often confuses also on which one to choose....


The Tech Platform
Dec 16, 2021
Online Payment Gateway Integration With ASP.NET Core
A step-by-step guide on how to implement payment gateways in ASP.NET Core apps using popular payment services: Braintree Overview A...


The Tech Platform
Dec 14, 2021
SignalR Core: Heartbeat and Redis
Realtime applications are hard to design in .NET world, we have SignalR Core which gives us a painless interface for developing such...


The Tech Platform
Dec 8, 2021
Use multiple implementations of an interface with ASP.NET Core DI
In this article, we will be using the same example by extending it to use multiple implementation of logger service by resolving it based...


The Tech Platform
Dec 6, 2021
How to Apply API Versioning in ASP.NET Core
API versioning is an essential feature of web development that enables developers to control the versions of their APIs. With versioning,...


The Tech Platform
Dec 3, 2021
Database Setup with DbUp + Postgresql + Dapper in ASP.Net Core
When building applications in ASP.NET Core, it is essential to have a robust database system in place. One of the challenges of working...
bottom of page