- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 183字
- 2021-07-02 22:04:14
Working with Docker and containers
Docker and containers are everywhere at the moment. Everybody is speaking about them and there are so many use cases where they seem to be a great fit. They provide an efficient, lightweight and self-contained approach for packaging applications with their dependencies while re-using the underlying operating system files and resources.
They are a perfect fit for microservice architectures, but can also be used for any other application archetypes. They work exceptionally well together with ASP.NET Core 2.0 applications since both have been conceived with modularity, performance, scalability, lightweight nature, and efficiency in mind.
Note that Docker container images including ASP.NET Core 2.0 applications are much smaller than images with classic ASP.NET applications, meaning that they are faster to deploy and to start-up.
Both, Docker containers and the ASP.NET Core 2.0 framework, provide full cross-platform support (Windows, Linux, and macOS). Furthermore, you can host your containers on-premises and in the cloud. You can use Azure for example, either via IAAS deployments or via Azure Container Services, which additionally allows for mixing and matching different operating systems and technologies.
- 數據科學實戰手冊(R+Python)
- JavaScript前端開發模塊化教程
- Django+Vue.js商城項目實戰
- Leap Motion Development Essentials
- INSTANT MinGW Starter
- Koa開發:入門、進階與實戰
- Mastering macOS Programming
- Oracle BAM 11gR1 Handbook
- 數據結構(C語言)
- JavaScript動態網頁開發詳解
- INSTANT Passbook App Development for iOS How-to
- Java:High-Performance Apps with Java 9
- JSP程序設計實例教程(第2版)
- Solutions Architect's Handbook
- Android Game Programming by Example