- 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.
- Learning ROS for Robotics Programming(Second Edition)
- Mastering QGIS
- Practical DevOps
- Django Design Patterns and Best Practices
- Raspberry Pi 2 Server Essentials
- 21天學(xué)通C++(第6版)
- 3D少兒游戲編程(原書第2版)
- Unity Game Development Scripting
- C語(yǔ)言程序設(shè)計(jì)與應(yīng)用(第2版)
- Serverless Web Applications with React and Firebase
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- Appcelerator Titanium:Patterns and Best Practices
- 零基礎(chǔ)C語(yǔ)言學(xué)習(xí)筆記
- 川哥教你Spring Boot 2實(shí)戰(zhàn)