- 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.
推薦閱讀
- GAE編程指南
- Java EE 6 企業級應用開發教程
- Visual C++串口通信開發入門與編程實踐
- FreeSWITCH 1.6 Cookbook
- 數據結構與算法JavaScript描述
- MATLAB定量決策五大類問題
- ASP.NET 3.5程序設計與項目實踐
- 快速念咒:MySQL入門指南與進階實戰
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Visual Basic程序設計實驗指導及考試指南
- Drupal 8 Development Cookbook(Second Edition)
- 金融商業數據分析:基于Python和SAS
- SQL Server 2008實用教程(第3版)
- 一覽眾山小:ASP.NET Web開發修行實錄
- 新手學ASP.NET 3.5網絡開發