top of page
Search
The Tech Platform
Oct 17, 2022
Creating an in-memory cache for .NET 6 Web API
Caching is the technique of storing frequently accessed data at a temporary location for quicker access in the future. ASP.NET Core...
The Tech Platform
Sep 12, 2022
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 6, 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
Introduction to Worker Services in ASP.NET Core
Worker Services in ASP.NET Core provide a robust foundation for building efficient, long-running background tasks. These specialized...
The Tech Platform
Sep 2, 2022
How to consume ASP.NET Core Web API using RestSharp
What is RestSharp? RestSharp is a comprehensive, open-source HTTP client library that works with all kinds of DotNet technologies. It can...
The Tech Platform
Aug 31, 2022
Open-Source Fonts Every Programmer should know
When choosing a font for casual reading, the reader expects the letters to smoothly flow into one another, giving an easy and enjoyable...
The Tech Platform
Aug 30, 2022
What is API key? Why it is Important?
An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available...
The Tech Platform
Aug 29, 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 26, 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 23, 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....
bottom of page