Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

F# Code-First Development with Entity Framework 4.1

By Jack Hu As the word “code-first” implies, the EF 4.1 offers a code centric data programming paradigm. From a coder’s point of view, it requires little effort to map a very clean object model to a database. This style of programming is idea for explorative, bottom-up kind fsharp programmers. Since EF 4 CTP4 release, there have ...