Microsoft today released multiple highly anticipated products: Windows 8 Consumer preview, Windows Server 8 Beta, .NET Framework 4.5 Beta, Visual Studio 11 Beta, Visual Studio 11 Team Foundation Server Beta and several related applications, tools or toolkits. If you work with Microsoft technologies and want to check what's new, it is the best time to download this stuff and install some virtual machine for exploration of new features, tools and APIs.
.NET Framework 4.5 also contains a new version of Entity Framework Core libraries (ObjectContext API). This new version contains all features previewed in Entity Framework June 2011 CTP = enums, spatial types, mapped table valued functions and other features are finally here. The new Entity Designer presented in June 2011 CTP is direct part of Visual Studio 11. Together with this release ADO.NET team released Entity Framework 5.0 Beta (DbContext API) which is able to use new features from Entity Framework Core libraries. Some features are still available only when used with database first approach (EDMX) - for example mapped table valued function but features like enums, spatial types, auto-compiled LINQ queries or performance improvements are available for code first as well.
March 1st, 2012 - 10:09
great news! I would love to see a post from you on the usage of new features as well.
March 2nd, 2012 - 00:16
I hope I will write some posts about new features. I already have few in my mind.
March 2nd, 2012 - 10:02
great to hear. BTW, (not related though) I saw your comment on uservoice on async support for EF and you are disagreeing that request. I have a question about that on SO. Do you mind take a look at it?
http://stackoverflow.com/questions/9481619/ef-objectqueryt-context-parameters-connection-properties-equivalent-on-dbset
March 3rd, 2012 - 11:24
I think your solution is the best you can achieve.
March 2nd, 2012 - 10:03
Oh, BTW, my web site address has been written wrong :s can you change it
This one is the correct one.
March 3rd, 2012 - 11:09
I fixed address in your previous posts.