Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: ObjectContext と DbContext
Entity FrameworkのDBContextとオブジェクトコンテキストの違いは何ですか? 特性のみが異なるのか、それとも他に大きな違いがあるのか?
EF v4.0 の ObjectContext と、デザイナーで生成されたモデルを使用する場合、および EF v4.1 コードの最初のモデルで DbContext を使用する場合。
それらはほとんど同じですが、DbContext は同じ種類の機能に必要なコードがはるかに少なくなります。