スポンサーリンク

DbContext で一冊本になるようです

DbContext book status : Dont Be Iffy.

前著Code Firstが非常にあっさりとした一冊だったので、予想通りというところもありますが、そう来ましたかという感じもするというか、Entity Framework 4.1以降追加されたDbContextだけで一冊本が上がるようです。250ページ強のボリュームになるようです。

しかし、マイナーバージョンといいながらなにやらたくさん変更がCode Firstがでてからも発生していて、最近のMSは本当に本を書く人泣かせだよなと。

In addition to Code First, EF 4.1 introduces simpler EF coding patterns with the DbContext, DbSet, ChangeTracker and Validation APIs. This second mini-book will take the reader on a tour of these new features and how to take advantage of them. These new classes and APIs let the user focus on the most common coding tasks with Entity Framework and streamlines access to patterns which are frequently used, but were previously non-intuitive and complicated to code. The Validation API that comes with DbContext leverages the existing .NET 4 IValidatableObject and ValidationAttributes as well as providing additional validation features. You will learn the ins and outs of getting the most from server side validation from the DbContext.

Programming Entity Framework: DbContext

著者等考えると、DbContextが中で何やっているか気持ち悪くて仕方ないとか思われる人は読んだ方が良いのかもしれません。

 

コメント

タイトルとURLをコピーしました