- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 184字
- 2021-07-08 09:39:03
Tools
Despite the new .NET Framework being open source, many of the tools are not. Some editions of Visual Studio and SQL Server can be very expensive. With the new licensing practice of subscriptions, you will lose access if you stop paying, and you are required to sign in to develop. Previously, you could keep using existing versions licensed from a Microsoft Developer Network (MSDN) or BizSpark subscription after it expired and you didn't need to sign in.
With this in mind, we will try to stick to the free (community) editions of Visual Studio and the Express version of SQL Server, unless there is a feature that is essential to the lesson, which we will highlight when it occurs. We will also use as many free and open source libraries, frameworks, and tools as possible.
There are many alternative options for lots of the tools and software that augments the ASP.NET ecosystem, and you don't just need to use the default Microsoft products. This is known as the alternative .NET (ALT.NET) movement, which embraces practices from the rest of the open source world.
- The Supervised Learning Workshop
- Java 開發從入門到精通(第2版)
- 深入淺出Electron:原理、工程與實踐
- Ext JS Data-driven Application Design
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 算法訓練營:提高篇(全彩版)
- QGIS 2 Cookbook
- Java 從入門到項目實踐(超值版)
- 交互式程序設計(第2版)
- Shopify Application Development
- SAS編程演義
- Apache Solr for Indexing Data
- 現代JavaScript編程:經典范例與實踐技巧
- 前端Serverless:面向全棧的無服務器架構實戰
- Go語言編程之旅:一起用Go做項目