With all the news and announcements about Roslyn, ASP.NET vNext, Entity Framework 7 and so on, you would almost forget that there is still a .NET framework behind the scenes. A few weeks ago, Microsoft released .NET version 4.5.2, a release that not only offers some nice reliability and performance improvements but even introduces some new features.
Here are some interesting links in case you missed the news:
- The official announcement: http://blogs.msdn.com/b/dotnet/archive/2014/05/05/announcing-the-net-framework-4-5-2-release.aspx
- What's New in the .NET Framework 4.5, 4.5.1, and 4.5.2: http://msdn.microsoft.com/en-us/library/ms171868(v=vs.110).aspx
- High DPI Improvements for Windows Forms in .NET 4.5.2: http://www.infoq.com/news/2014/05/DotNet-4-5-2
I’m especially happy with the announced performance improvements to the Distributed Transaction Coordinator(DTC):
[The] distributed transactions enhancement enables promotion of local transactions to Microsoft Distributed Transaction Coordinator (MSDTC) transactions without the use of another application domain or unmanaged code. This has a significant positive impact on the performance of distributed transactions.