7 followers
As a software developer with hands-on experience in back-end development using C# and .NET Core frameworks, and Interested in domain driven design and microservices
What is Kubernetes Kubernetes is an open-source container orchestration system for automating the deployment, scaling, and management of containerized...
what are Async and await Async and await are C# keywords that are used to specify and manage the asynchrony in your code. They enable you to write...
what is the implicit operator and explicit operator In C#, operator overloading allows you to define custom behavior for certain operators when...
In this article, we will look at how to create a notification library in .NET Core inspired by the popular MediatR library. We will start by defining...
"Clean Code" A Handbook of Agile Software Craftsmanship is a book by Robert C. Martin (also known as "Uncle Bob") that provides guidelines for writing...
MongoDB is a popular NoSQL database that is widely used for storing large amounts of data. It is known for its flexible schema, high performance, and...