相關(guān)文章:ASP.NET 5 RC1 升級(jí) ASP.NET Core 1.0 RC2 記錄
ASP.NET Core 1.0 更新比較快(可能后面更新就不大了),閱讀注意時(shí)間節(jié)點(diǎn),這篇博文主要記錄用 ASP.NET Core 1.0 開發(fā)簡單應(yīng)用項(xiàng)目的一些記錄,以備查閱。
ASP.NET Core 1.0 相關(guān) Nuget 程序包源:https://api.nuget.org/v3/index.json
閱讀目錄:
- 理解 .NET Platform Standard
-
Startup 配置
- Sample.BootStrapper.Startup 配置
- ASP.NET Core 1.0 Startup 配置
-
UnitTest 單元測(cè)試
- 類庫項(xiàng)目單元測(cè)試
- WebApi 項(xiàng)目單元測(cè)試
-
Microsoft.EntityFrameworkCore
- 基本配置(MySql)
- ModelBuilderExtenions 擴(kuò)展
- 記錄執(zhí)行 SQL
- EntityFrameworkCore 遷移
- CLI 命令
1. 理解 .NET Platform Standard
參考文章: