This guide describes how to migrate .NET applications from a monolithic architecture to a microservices architecture. It covers the pros and cons of monolithic and microservices architectures, and how to evaluate whether you need to migrate. The guide also describes how to implement the migration, including how to split the monolithic application, how to communicate between microservices, and how to test and deploy microservices.