- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 142字
- 2021-06-25 22:00:32
Ease of deployment
With .NET Core, you can install different versions side-by-side, a feature that is not available when using .NET Framework. With the side by side installation of .NET Core, several applications can be installed on a single server, enabling each application to run on its own version of .NET Core. Lately, there has been a lot of attention focused on containers and application containerization. Containers are used for creating standalone packages of software applications, including the runtimes needed to make the applications run in isolation, away from other applications on a shared operating system. Containerizing .NET applications is much better when .NET Core is used as the development platform. This is because of its cross-platform support, thereby allowing deployment of applications to containers of different operating systems. Also, the container images created with .NET Core are smaller and more lightweight.
- .NET之美:.NET關鍵技術深入解析
- PHP+MySQL網站開發技術項目式教程(第2版)
- WSO2 Developer’s Guide
- UML+OOPC嵌入式C語言開發精講
- Python神經網絡項目實戰
- Hands-On Microservices with Kotlin
- C#開發案例精粹
- Unity 2018 Augmented Reality Projects
- ActionScript 3.0從入門到精通(視頻實戰版)
- C語言程序設計
- UX Design for Mobile
- Application Development with Swift
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Oracle Database XE 11gR2 Jump Start Guide