- 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.
- Mastering OpenLayers 3
- JavaScript前端開發(fā)模塊化教程
- Learning C# by Developing Games with Unity 2020
- Mastering Zabbix(Second Edition)
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- Learning Bayesian Models with R
- R語言編程指南
- Hands-On C++ Game Animation Programming
- Django 3.0應(yīng)用開發(fā)詳解
- Python從入門到精通(第3版)
- Android移動(dòng)應(yīng)用項(xiàng)目化教程
- C Primer Plus(第6版)中文版【最新修訂版】
- Java Web動(dòng)態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- ASP.NET本質(zhì)論