top of page
Search


Global Exception Handling in .NET 6
Exception handling is one of the important tasks in the application development cycle. Today, I am planning to tell you the effective way...

The Tech Platform
Jan 28, 2022


How to send emails in .Net Core Web API
Sending emails is an integral part of web development and a better way to connect with your users and keep them up to date with...

The Tech Platform
Jan 27, 2022


Testing file upload with Swagger in ASP.Net core
Let’s assume you have an API which is used for uploading image to the backend and you wanted to test it when the UI is still in...

The Tech Platform
Jan 25, 2022


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 24, 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 21, 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 18, 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 16, 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 8, 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 6, 2021
bottom of page