Tag: #DotNet
-
Crafting Scalable Microservices with .NET Core
Introduction Microservices is a design pattern which is used to develop an entire application by using small independent services. Each service has performed specific business logic like payments service, email service, SMS service, order service, document service and communication with other services using an Api and communicating between two microservices using sockets and grpc tool.…