- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 121字
- 2021-07-02 20:12:56
Handling deployment problems
In the preceding section, we discussed the deployment challenges we will face with the current .NET monolithic application. In this section, let's take a look at how we can overcome these challenges by making or adapting a few practices within the same .NET stack.
With our .NET monolithic application, our deployment is made up of XCOPY deployments. After piding our modules into different submodules, we can adapt to deployment strategies with the help of these. We can simply deploy our business logic layer or some common functionality. We can adapt to continuous integration and deployment. The XCOPY deployment is a process where all the files are copied to the server, mostly used for web projects.
推薦閱讀
- 密碼學原理與Java實現(xiàn)
- SOA實踐
- Java面向?qū)ο筌浖_發(fā)
- GitLab Repository Management
- Blender 3D Incredible Machines
- Mastering Apache Spark 2.x(Second Edition)
- Working with Odoo
- INSTANT Yii 1.1 Application Development Starter
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- 一步一步跟我學Scratch3.0案例
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- Java Web應(yīng)用開發(fā)給力起飛
- 交互式程序設(shè)計(第2版)
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施