In the preceding chapter, we took an example of an imaginary company, Flix One Inc., operating in the e-commerce domain and having its own .NET monolithic application: Flix One book store. We have already discussed:
How to segregate the code
How to segregate the database
How to denormalize the database
How to begin transitioning
The available refactoring approaches
In this section, we will start writing/transitioning .NET monolith to a microservice application.