- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 86字
- 2021-07-02 22:04:14
Side-by-side deployments
If you want to be able to install applications with dependencies on different versions of the .NET Framework, then you should consider using the ASP.NET Core 2.0 framework, since it provides 100% side-by-side deployment capabilities.
Side-by-side deployments of different .NET Core and ASP.NET Core versions allow for having multiple services and applications on the same server. Each of them can be using their own dedicated versions of the respective frameworks, thus eliminating risks and saving money when doing application upgrades and common IT operations.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- FuelPHP Application Development Blueprints
- Mastering JavaScript Functional Programming
- C語言程序設計實踐教程(第2版)
- Android應用程序開發與典型案例
- Computer Vision for the Web
- PyTorch自然語言處理入門與實戰
- Hands-On C++ Game Animation Programming
- Android驅動開發權威指南
- Unity 3D/2D移動開發實戰教程
- Python程序設計與算法基礎教程(第2版)(微課版)
- Instant Zurb Foundation 4
- Visual C++程序設計與項目實踐
- 大話代碼架構:項目實戰版
- Python高性能編程(第2版)