- 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.
推薦閱讀
- Learning NServiceBus(Second Edition)
- C# 從入門到項目實踐(超值版)
- C#程序設計(慕課版)
- VMware虛擬化技術
- 利用Python進行數據分析(原書第3版)
- 量化金融R語言高級教程
- Linux:Embedded Development
- Swift語言實戰精講
- Mastering JavaScript High Performance
- WordPress 4.0 Site Blueprints(Second Edition)
- Orleans:構建高性能分布式Actor服務
- Python 3 Object:oriented Programming(Second Edition)
- Python編程快速上手2
- Mastering Unreal Engine 4.X
- Learning Shiny