しばやん雑記

Azure とメイドさんが大好きなフリーランスのプログラマーのブログ

Entity Framework 5.0 RC と Enum Types の話

EF5 Release Candidate Available on NuGet - ADO.NET Blog - Site Home - MSDN Blogs

というわけで、NuGet で Entity Framework 5.0 RC が公開されています。インストール or アップデートは Prerelease を含めれば自動で入ります。

// インストールの場合
Install-Package EntityFramework -Pre

// アップデートの場合
Update-Package EntityFramework -Pre

既に Entity Framework 5.0 で Enum Types を使う方法は MSDN に丁寧にまとめられています。これを読めば完璧!と思います。

Entity Framework Enum Support - Code First

しかし、残念なことに Entity Framework 5.0 での新機能のほとんどは .NET 4.5 上でしか使えません。

What’s New in EF5?

EF 5 includes bug fixes to the 4.3.1 release and a number of new features. Most of the new features are only available in applications targeting .NET 4.5, see the Compatibility section for more details.

EF5 Release Candidate Available on NuGet - ADO.NET Blog - Site Home - MSDN Blogs

つД`)・゚・。・゚゚・*:.。..。.:*・゚