top of page
Search
The Tech Platform
Nov 10, 2021
How to Write a Custom Resolver Using AutoMapper in .NET Core
Writing Custom Resolver with AutoMapper to Leverage Dependency Injection in .NET Core AutoMapper is a fantastic tool in the .NET...
The Tech Platform
Nov 10, 2021
How to use cancellation tokens?
A CancellationToken enables cooperative cancellation between threads, thread pool work items, or Task objects. You create a cancellation...
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 28, 2021
Redis Pub/Sub with .net Core
As the needs of the users increase and in order to meet these needs, we have to figure out some new architectural solutions. Meeting...
bottom of page