- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 242字
- 2021-07-02 20:13:04
Transitioning to our product service
We already have our product module in place. We are going to pull back this module now and start with a new ASP.NET Core MVC project. To do this, follow all the steps we discussed in the preceding sections and in Chapter 1, An Introduction to Microservices, Let's examine the technology and database we will use:
- Technology stack: We have already selected this for our product service; we will go with ASP.NET Core, C#, Entity framework (EF), and so on. Microservices can be written using different technology stacks and can be consumed by clients created by different technologies. For our product service, we will go with ASP.NET Core.
- Database: We have already discussed this in Chapter 1, An Introduction to Microservices, when talking about a monolithic application and segregating its database. Here, we will go with SQL Server, and the database schema will be Product instead of dbo.
Our product database is segregated. We will use this database in our product service, as shown in the following screenshot:

We have created a separated product database for our product service. We did not migrate the entire data. In the following sections, we will discuss product database migration as well. Migration is important as we have numerous existing records of FlixOne bookstore customers. We can't ignore these records, and they need to be migrated to our modified structure. Let's get started.
- Mobile Application Development:JavaScript Frameworks
- 案例式C語(yǔ)言程序設(shè)計(jì)
- Visual C++串口通信開(kāi)發(fā)入門(mén)與編程實(shí)踐
- 工程軟件開(kāi)發(fā)技術(shù)基礎(chǔ)
- 兩周自制腳本語(yǔ)言
- Vue.js快速入門(mén)與深入實(shí)戰(zhàn)
- Magento 2 Theme Design(Second Edition)
- Git高手之路
- Bulma必知必會(huì)
- Learn Swift by Building Applications
- INSTANT Django 1.5 Application Development Starter
- 青少年學(xué)Python(第1冊(cè))
- RealSenseTM互動(dòng)開(kāi)發(fā)實(shí)戰(zhàn)
- 小程序從0到1:微信全棧工程師一本通
- Java EE Web應(yīng)用開(kāi)發(fā)基礎(chǔ)