相關(guān)文章:ASP.NET 5 RC1 升級 ASP.NET Core 1.0 RC2 記錄
ASP.NET Core 1.0 更新比較快(可能后面更新就不大了),閱讀注意時間節(jié)點,這篇博文主要記錄用 ASP.NET Core 1.0 開發(fā)簡單應(yī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 單元測試
- 類庫項目單元測試
- WebApi 項目單元測試
-
Microsoft.EntityFrameworkCore
- 基本配置(MySql)
- ModelBuilderExtenions 擴展
- 記錄執(zhí)行 SQL
- EntityFrameworkCore 遷移
- CLI 命令
1. 理解 .NET Platform Standard
參考文章: