Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Hosted-services / Microservices

Microservices

Microservices

Great Reads

by Yaseer Mumtaz
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server
by Gerardo Recinto
Scaleable Objects Persistence, a Micro Service companion database engine, i.e., a code library
by Nicolas DESCARTES
How to write resilient .NET applications ?
by Matthew Casperson
In this article of this series, we’ll use the Graph API client to consume OneNote documents through a microservice that allows them to be converted into Markdown format.

Latest Articles

by Yaseer Mumtaz
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server
by Gerardo Recinto
Scaleable Objects Persistence, a Micro Service companion database engine, i.e., a code library
by Nicolas DESCARTES
How to write resilient .NET applications ?
by Matthew Casperson
In this article of this series, we’ll use the Graph API client to consume OneNote documents through a microservice that allows them to be converted into Markdown format.

All Articles

Sort by Score

Microservices 

by Trần_Tuấn_Anh
Continuous Integration and Continuous Deployment (CI/CD) are fundamental practices in modern software development. When applied to microservices architecture, CI/CD ensures that each service is built, tested, and deployed independently, allowing for more frequent and reliable releases.
by Trần_Tuấn_Anh
In today's digital landscape, securing APIs is crucial for safeguarding sensitive data and ensuring the integrity of your Microservices architecture. Spring Boot, a popular framework for building Java applications, offers robust tools for implementing API security.
by Trần_Tuấn_Anh
As microservices architecture becomes more prevalent, monitoring and observing these services is crucial for maintaining performance and reliability. Tools like Zipkin and Jaeger have become essential in the toolbox of developers and DevOps engineers.
by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
by Trần_Tuấn_Anh
Service mesh is a term that's been gaining traction in the world of microservices architecture. But what exactly is a service mesh, and how does it contribute to the management and security of microservices?