- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 210字
- 2021-07-02 22:04:12
What you need for this book
You will either need Visual Studio 2017 Community Edition or Visual Studio Code, which are both free of charge for testing and learning purposes, to be able to follow the code examples found within this book. You could also use any other text editor of your choice and then use the dotnet command-line tool, but it would be advised to use one of the development environments mentioned earlier for better productivity.
Later in the book, we will work with databases, so you will also need a version of SQL Server (any version in any edition will work). We advise using SQL Server 2016 Express Edition, which is also free of charge for testing purposes.
There might be other tools or frameworks that will be introduced during the following chapters. We will explain how to retrieve them when they are used.
If you need to develop for Linux, then Visual Studio Code and SQL Server 2016 are your primary choices, since they are the only ones running on Linux.
Additionally, you will need an Azure Subscription and Amazon Web Services Subscription for some of the examples shown within the book. There are multiple chapters dedicated to show you how to take advantage of the cloud.
- JavaScript前端開發模塊化教程
- C語言從入門到精通(第4版)
- Haxe Game Development Essentials
- jQuery炫酷應用實例集錦
- Multithreading in C# 5.0 Cookbook
- Scala編程(第5版)
- 新印象:解構UI界面設計
- 多模態數據分析:AGI時代的數據分析方法與實踐
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Spring Boot從入門到實戰
- Getting Started with Web Components
- 從零開始學算法:基于Python
- Mastering Responsive Web Design
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap
- Git Version Control Cookbook