Entity Framework Code First¶
最終更新日 2012年09月27日
Microsoft社製のオープンソースORMであるEntity Frameworkに関して,CodeFirstに焦点をしぼった解説を書きました. サンプルプログラムはEntity Framework4.3.1 で動作させています. 2012年9月4日現在,Entity Frameworkのバージョンは5.0となっています. 現在の最新バージョンとは記述方法が異なる場合があります.
キーワード: Entity Framework, CodeFirst, エンティティフレームワーク, コードファースト
目次¶
変更履歴¶
- 2012年09月27日 第5章公開
- 2012年09月05日 第4章公開
- 2012年08月05日 第1章〜3章,及び一部5,7章の一部公開
- 2012年03月31日 作成開始
参考文献¶
[CodeFirst] | Julia Lerman, Rowan Miller, "Programming Entity Framework: Code First", O'REILLY, 2012. |
[DbContext] | Julia Lerman, Rowan Miller, "Programming Entity Framework: DbContext", O'REILLY, 2012. |