- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 131字
- 2021-07-08 09:38:56
What's new in Core 2
There are two main products in the Core family. The first is .NET Core, which is a low-level framework that provides basic libraries. It can be used to write console applications, and it is also the foundation for higher level application frameworks.
The second is ASP.NET Core, which is a framework for building web applications that run on a server and service clients (usually web browsers). This was originally the only workload for .NET Core until it grew in scope to handle a more diverse range of scenarios.
We'll cover the differences in the newer versions separately for each of these frameworks. The changes in .NET Core will also apply to ASP.NET Core, unless you are running it on top of the .NET Framework, version 4.
推薦閱讀
- C語言程序設計案例教程(第2版)
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Access 2010數據庫應用技術(第2版)
- 批調度與網絡問題的組合算法
- Unity 2D Game Development Cookbook
- Extreme C
- 軟件測試教程
- Django 3.0入門與實踐
- Arduino計算機視覺編程
- 零代碼實戰:企業級應用搭建與案例詳解
- 網絡數據采集技術:Java網絡爬蟲實戰
- 一步一步跟我學Scratch3.0案例
- 進入IT企業必讀的324個Java面試題
- jMonkeyEngine 3.0 Beginner’s Guide
- Java項目驅動開發教程