- 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.
- 從零開始構建企業級RAG系統
- Building a Home Security System with Raspberry Pi
- Visual FoxPro 程序設計
- Developing Middleware in Java EE 8
- Java游戲服務器架構實戰
- NativeScript for Angular Mobile Development
- Access 2016數據庫管
- TypeScript項目開發實戰
- Swift語言實戰精講
- Node.js:來一打 C++ 擴展
- Python項目實戰從入門到精通
- Spring Boot實戰
- CRYENGINE Game Development Blueprints
- Flink技術內幕:架構設計與實現原理
- MongoDB Cookbook(Second Edition)