- 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.
- HTML5+CSS3王者歸來
- Advanced Splunk
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- SQL學習指南(第3版)
- PostgreSQL for Data Architects
- 程序員面試筆試寶典
- Arduino開發實戰指南:LabVIEW卷
- Visual Basic程序設計(第3版):學習指導與練習
- Koa開發:入門、進階與實戰
- 區塊鏈:以太坊DApp開發實戰
- Spring實戰(第5版)
- 編譯系統透視:圖解編譯原理
- HTML5從入門到精通 (第2版)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- GameMaker Essentials