- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 303字
- 2021-07-02 22:08:09
Prerequisites for microservices
To understand better, let's take up an imaginary example of Flix One Inc. With this example as our base, let's discuss all the concepts in detail and see what it looks like to be ready for microservices.
FlixOne is an e-commerce player (selling books) that is spread all over India. They are growing at a very fast pace and diversifying their business at the same time. They have built their existing system on the .NET framework, and it is a traditional three-tier architecture. They have a massive database that is central to this system, and there are peripheral applications in their ecosystem. One such application is for their sales and logistics team, and it happens to be an Android app. These applications connect to their centralized data center and face performance issues. FlixOne has an in-house development team supported by external consultants. Refer to the following figure:

The preceding image depicts a broader sense of our current application, which is a single .NET assembly application. Here we have the user interfaces we use for search, order, products, tracking order, and checkout. Now check out the following diagram:

The preceding image depicts our Shopping cart module only. The application is built with C#, MVC5, and Entity Framework, and it has a single project application. This image is just a pictorial overview of the architecture of our application. This application is web-based and can be accessed from any browser. Initially, any request that uses the HTTP protocol will land on the user interface that is developed using MVC5 and JQuery. For cart activities, the UI interacts with the Shopping cart module, which is nothing but a business logic layer that further talks with the database layer (written in C#); data is persisted within the database (SQL Server 2008R2).
- Visual Basic 6.0程序設計計算機組裝與維修
- CentOS 7 Server Deployment Cookbook
- Visual C++串口通信技術詳解(第2版)
- HTML5+CSS3網頁設計
- Learning OpenStack Networking(Neutron)
- RabbitMQ Cookbook
- RabbitMQ Essentials
- Mastering openFrameworks:Creative Coding Demystified
- C#程序設計(項目教學版)
- GameMaker Essentials
- QGIS 2 Cookbook
- RubyMotion iOS Develoment Essentials
- 邊玩邊學Scratch3.0少兒趣味編程
- 例說FPGA:可直接用于工程項目的第一手經驗
- Responsive Web Design with jQuery