- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 115字
- 2021-08-27 18:47:06
Simplified packaging
With .NET Core, we can add libraries to our project from NuGet. All framework and third-party libraries can be added as NuGet packages. With a large sized application that refers many libraries, adding each library one by one is a cumbersome process. .NET Core 2.0 has simplified the packaging mechanism and introduced meta-packages that can be added as one single package that contains all the assemblies that are linked to it.
For example, if you wanted to work on ASP.NET Core in .NET Core 2.0, you just have to add one single package, Microsoft.AspNetCore.All, using NuGet.
The following is the command that will install this package into your project:
Install-Package Microsoft.AspNetCore.All -Version 2.0.0
推薦閱讀
- 大規(guī)模數(shù)據(jù)分析和建模:基于Spark與R
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Redis應(yīng)用實(shí)例
- 大數(shù)據(jù)營銷:如何讓營銷更具吸引力
- 大數(shù)據(jù)Hadoop 3.X分布式處理實(shí)戰(zhàn)
- Microsoft Power BI數(shù)據(jù)可視化與數(shù)據(jù)分析
- Remote Usability Testing
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程上機(jī)指導(dǎo)與習(xí)題集(微課版)
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- Construct 2 Game Development by Example
- 二進(jìn)制分析實(shí)戰(zhàn)
- 中文版Access 2007實(shí)例與操作
- 改變未來的九大算法
- 菜鳥學(xué)SPSS數(shù)據(jù)分析
- 數(shù)據(jù)分析思維:產(chǎn)品經(jīng)理的成長筆記