- 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.
推薦閱讀
- Visual Studio 2012 Cookbook
- Learning ArcGIS Pro 2
- Hands-On Image Processing with Python
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Python王者歸來
- SEO實戰密碼
- Learning Firefox OS Application Development
- Laravel Application Development Blueprints
- QPanda量子計算編程
- Getting Started with React VR
- Secret Recipes of the Python Ninja
- Learning Concurrency in Python
- C Primer Plus(第6版)中文版【最新修訂版】
- Mastering JavaScript Promises