Friday 4 October 2013

New features in Asp.Net framework 4.5./what are the new features in asp.Net framework 4.5.

The following new features are added in framework 4.5:-

·         Ability to reduce system restarts by detecting and closing .NET framework 4 applications during deployment.
·         Support for arrays that are larger than 2 gigabytes on 64-bit plateform. This feature can be enabled in the application configuration file.
·         Better performance through background garbage collection for servers. When you use server garbage collection in the .NET framework4.5, background garbage collection automatically enabled.
·         Background Just-In-Time(JIT) compilation, which is optionally availableon multi-processors to improve application performance.
·         Ability to limit howlong regular expression engine will attempt to resolve a regular expression before it times out.
·         Ability to define the default culture for application domain.
·         Console support for Unicode(UTF-16) encoding.
·         Support for versioning of culture string ordering and compression data.
·         Better performance when retrieving resources.
·         Zip compression improvements to reduce the size of a compressed file.
·         Ability to customize a refletion context to override default reflection behaviour through the CustomeReflectionContext Class.
·         Ability to compute the hash codes for strings on per application domain basis.
·         Type reflection support  split between Type and TypeInfo classes.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.