- 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.
推薦閱讀
- UNIX編程藝術(shù)
- Java逍遙游記
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- C程序設(shè)計(jì)案例教程
- Getting Started with Hazelcast(Second Edition)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- 微信小程序開發(fā)與實(shí)戰(zhàn)(微課版)
- Scala Data Analysis Cookbook
- Learning Splunk Web Framework
- CodeIgniter Web Application Blueprints
- Python深度學(xué)習(xí)實(shí)戰(zhàn):基于TensorFlow和Keras的聊天機(jī)器人以及人臉、物體和語音識別
- Responsive Web Design with HTML5 and CSS3 Essentials