- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 125字
- 2021-06-25 22:11:34
Getting ready
Let's get ready to create the ASP.NET Core application to use the .NET Standard library we have built in the previous recipe when we created the .NET Standard library. If you haven't followed that recipe, make sure you have completed it. We are going to use that solution and add the ASP.NET Core application to it. Also, make sure you have downloaded and installed the latest version of .NET Core Framework, which is available at http://www.dot.net/core.
Open Visual Studio 2017 and open the solution we saved from the previous recipe. Click Build | Build Solution, or press Ctrl + Shift + B, and the solution should build successfully. Everything's ready for testing our class library.
推薦閱讀
- PHP基礎案例教程
- 程序員面試算法寶典
- PowerCLI Cookbook
- JIRA 7 Administration Cookbook(Second Edition)
- 樂學Web編程:網站制作不神秘
- Banana Pi Cookbook
- SQL Server 2012數據庫管理與開發項目教程
- Spring核心技術和案例實戰
- Learning OpenStack Networking(Neutron)(Second Edition)
- Android傳感器開發與智能設備案例實戰
- jQuery for Designers Beginner's Guide Second Edition
- UML軟件建模
- Hands-On Dependency Injection in Go
- TypeScript全棧開發
- Java EE程序設計與開發實踐教程