- 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.
- Practical Data Analysis Cookbook
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 摩登創客:與智能手機和平板電腦共舞
- Java高手真經(高級編程卷):Java Web高級開發技術
- Visual C++數字圖像處理技術詳解
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Android系統級深入開發
- Learning Concurrency in Kotlin
- Building Android UIs with Custom Views
- Python圖形化編程(微課版)
- RubyMotion iOS Develoment Essentials
- Python+Office:輕松實現Python辦公自動化
- UX Design for Mobile
- PHP 8從入門到精通(視頻教學版)
- Hacking Android