Exploring the Use Cases and Application Architecture
This chapter will take you through a sample .NET Core reference application.
We will use this solution reference in every chapter of this book. It includes a web application, web APIs, and a mobile application. This reference application can be used in different countries, and several different features will be described in this chapter.
We will discuss the solution architecture; we will explain the difference between a monolithic approach and microservices.
In this chapter, we’re going to cover the following main topics:
- Healthcare sample solution use cases
- Monolithic versus microservices
- Challenges and solutions for distributed data management
- Solution architecture