top of page
Search


Designing Interfaces in .NET C#
While working on your masterpiece software system, you define your own interfaces to act as contracts between your different system...

The Tech Platform
Dec 1, 2021


Testing gRPC with gRPCui Docker and Swagger
After writing my first sample gRPC application, I was trying to find different ways of testing it. So with little bit of search I was...

The Tech Platform
Nov 26, 2021


How to use Polly in .NET
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit...

The Tech Platform
Nov 26, 2021


RabbitMQ in .NET Core
RabbitMQ is a most popular and widely used open source message broker software. It supports multiple protocols AMQP, STOMP, MQTT, HTTP...

The Tech Platform
Nov 16, 2021


Dynamic Data Transfer Object in .Net Core
In c# to assemble property values from source to destination can be achieved by mapping source DTO properties to destination DTO class...

The Tech Platform
Nov 12, 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 10, 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...

The Tech Platform
Oct 28, 2021


Multithreading and parallelism with C # examples in the .NET platform. Minimized simple description.
Greetings to all who are not indifferent to the topic of multithreading and parallelism. This time we will dive a little deeper and see...

The Tech Platform
Oct 28, 2021


Introducing Clean Blazor
In web development, starting a new project often means wading through a sea of boilerplate code. This boilerplate, while useful in some...

The Tech Platform
Oct 24, 2021
bottom of page