- 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.
- SQL學習指南(第3版)
- 微服務設計原理與架構
- 實用防銹油配方與制備200例
- Django:Web Development with Python
- 精通軟件性能測試與LoadRunner實戰(第2版)
- GitLab Repository Management
- Learn React with TypeScript 3
- Drupal 8 Module Development
- Java:High-Performance Apps with Java 9
- Instant Ext.NET Application Development
- Mastering Android Game Development
- App Inventor創意趣味編程進階
- 人人都能開發RPA機器人:UiPath從入門到實戰
- 數據科學中的實用統計學(第2版)
- Java Web開發教程:基于Struts2+Hibernate+Spring