top of page
Search


How to use feature flags in ASP.NET Core?
Feature flags in ASP.NET Core allow us to change application behaviour i.e. enable or disable a specific functionality in the application...

The Tech Platform
Sep 12, 2022


How to perform asynchronous methods using Dapper?
In this article, we'll explore how to use Dapper in an asynchronous manner to perform database operations using async/await. Dapper is a...

The Tech Platform
Sep 6, 2022


Advanced NLog features in ASP.NET Core
NLog is an open source lightweight logging framework, which provides rich log routing and management functions.

The Tech Platform
Aug 29, 2022


Session State in ASP.NET Core
What is Session State in ASP.NET Core? Session state is an ASP.NET Core scenario for storage of user data while the user browses a web...

The Tech Platform
Aug 26, 2022


Using Quartz.NET with ASP.NET Core and worker services
Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems....

The Tech Platform
Aug 23, 2022


How to Return HTML From ASP.NET Core Web API
A typical web API returns JSON or XML responses. However, rare cases exist where we need to return responses in other formats. In this...

The Tech Platform
Aug 17, 2022


Introduction to Channels in .NET
What are Channels? Channel is a concept for passing data between producers and consumers. More specifically, a channel has a queue where...

The Tech Platform
Aug 10, 2022


How to Format Response Data in ASP.NET Core
In web development, the transmission of data between a server and a client is a fundamental aspect. Response data, representing the...

The Tech Platform
Aug 2, 2022


What is middleware in .NET? How it Works?
In .Net 5, middleware plays a vital role to handle the request-response pipeline. In here we are going to discuss the concept of...

The Tech Platform
Jul 28, 2022


How to implement rate limiting in ASP.NET Core
What is Rate Limiting? Rate limiting is a technique used to limit the number of requests that a client can make to a web application or...

The Tech Platform
Jul 27, 2022
bottom of page
