- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 209字
- 2021-07-08 09:38:57
What's new in .NET Core 2
The main focus of .NET Core 2 is the huge increase in scope. There are more than double the number of APIs included, and it supports .NET Standard 2 (covered later in this chapter). You can also reference .NET Framework assemblies with no recompilation required. This should just work as long as the assemblies only use APIs that have been implemented in .NET Core.
This means that more NuGet packages will work with .NET Core. Finding whether your favorite library was supported or not was always a challenge in the previous version. The author set up a repository listing package compatibility to help with this. You can find the ASP.NET Core Library and Framework Support (ANCLAFS) list at https://anclafs.com/ and https://github.com/jpsingleton/ANCLAFS. If you want to make a change, then please send a pull request. Hopefully, in future, all the packages will support Core, and this list will no longer be required.
There is now support in .NET Core for Visual Basic, and more Linux distributions. You can also perform live unit testing with Visual Studio 2017 (Enterprise Edition only), much like the old NCrunch extension. We'll talk more about tooling in Chapter 3, Setting Up Your Environment, where we will also cover containerization.
- Linux C/C++服務器開發實踐
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Apache Spark Graph Processing
- PostgreSQL 11從入門到精通(視頻教學版)
- 用Flutter極速構建原生應用
- SharePoint Development with the SharePoint Framework
- Julia高性能科學計算(第2版)
- 低代碼平臺開發實踐:基于React
- Python程序設計與算法基礎教程(第2版)(微課版)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Java并發編程:核心方法與框架
- 分布式架構原理與實踐
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Raspberry Pi Robotic Projects