你的位置: 码友网首页 / 资讯源列表 / App Trimming in .NET 5

关于[App Trimming in .NET 5]的摘要:

One of the big differences between .NET Core and .NET Framework is that .NET Core supports self-contained deployment – everything needed to run the application is bundled together. It doesn’t depend on having the framework separately installed. From an application developer perspective, this means that you know exactly which version of the runtime is being used, and the installation/setup is easier. The downside is the size – it pulls along a complete copy of the runtime & framework.

原文地址: https://devblogs.microsoft.com/dotnet/app-trimming-in-net-5/

收录时间: 2020-09-02 浏览量: 1160 分类: .NET 5

| 0 收藏 | 0