- 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.
- Mastering OpenLayers 3
- ExtGWT Rich Internet Application Cookbook
- MongoDB for Java Developers
- iOS開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- 21天學(xué)通C++(第6版)
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實(shí)訓(xùn)版)
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- Hands-On Neural Network Programming with C#
- 并行編程方法與優(yōu)化實(shí)踐
- STM8實(shí)戰(zhàn)
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)
- Python深度學(xué)習(xí)與項(xiàng)目實(shí)戰(zhàn)
- Unreal Engine 4 Game Development Essentials
- 小小的Python編程故事
- Java Coding Problems