Skip to content

Instantly share code, notes, and snippets.

@masakura
Last active June 25, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masakura/73ddf9f1bc360129ba875bfb8b05f798 to your computer and use it in GitHub Desktop.
Save masakura/73ddf9f1bc360129ba875bfb8b05f798 to your computer and use it in GitHub Desktop.

.NET Core もくもく勉強会

ちなみに、明日の 6/27 (月) リリースね。[日本時間の 6/28 (火) 02:30 - 04:45 で中継]あり。

メモ

.NET Core

  • マルチプラットフォーム
  • アプリケーションドメインがない
  • Windows ベッタリなところがない
  • ライブラリは基本的に .NET Framework より劣る
    • けど、再設計されていてすっきり!

ASP.NET Core

  • ASP.NET では MVC/Web API が別々に用意していたルーティングが統一されている

Entity Framework Core

  • メモリ (DB なし) が使える
    • テストの時に効果を発揮しそう
  • バッチが速い! (Bulk Insert が使える)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment