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