Building Microservices with .NET Core 2.0(Second Edition)
上QQ阅读APP看书,第一时间看更新

Revisiting the Flix One case study

In the preceding chapter, we looked at an example of an imaginary company, Flix One Inc., operating in the e-commerce domain and having its own .NET monolithic application: the Flix One bookstore. We have already discussed the following:

  • How to segregate the code
  • How to segregate the database
  • How to denormalize the database
  • How to begin transitioning
  • The available refactoring approaches 

In the next sections, we will start writing/transitioning .NET monolith to a microservice application.