What are the new features introduced in .net framework 4.5.1?

 Posted by Kmandapalli on 1/20/2014 | Category: ASP.NET Interview questions | Views: 2401 | Points: 40
Answer:

Some new features have been introduced in .net framework 4.5.1 along with the improvements under Application features and degubbing.

Improvements under debugging:
1.64-bit edit and continue support in Visual studio 2013.
2.Checking the return value of the method using Autos window as well as pseudo variable $ReturnValue.
3.Async debugging enhancements.
4.Connection resiliency.

Improvements under Application performance:
1.Application suspension.
2.Large-Object heap compaction on demand.
3.Multi-core JIT Improvements.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response