- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 121字
- 2021-07-02 22:08:09
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 dividing 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.
推薦閱讀
- 工程軟件開發技術基礎
- Pandas Cookbook
- AngularJS Web Application Development Blueprints
- Learning Linux Binary Analysis
- Vue.js 3.0源碼解析(微課視頻版)
- Practical Windows Forensics
- Learning Python Design Patterns
- 深入理解Elasticsearch(原書第3版)
- Access 2010數據庫應用技術(第2版)
- C編程技巧:117個問題解決方案示例
- Kotlin程序員面試算法寶典
- 微信公眾平臺服務號開發:揭秘九大高級接口
- 深入理解C++11:C++11新特性解析與應用
- F# for Machine Learning Essentials
- 趣學Python游戲編程