New Features in Microsoft ASP.Net 4.5
This post contains some new key features of ASP.Net 4.5 in Web:
Support is given for new HTML5 types.
Improved handling of client side scripts through bundling and minification for boosting the page performance.
Improved support for model binders that lets you to bind the data control directly to the data-access method ,automatically convert the user input to and from .NET Framework datatypes.
Support for Websockets protocol .
To protect from the cross-side scripting attacks ,new encoding routines from AntiXSS Library has been integrated.
New support for Content Distribution Network(CDN) fallback in the Script Manager Control has been done.
Support for reading and writing HTTP request and response asynchronously.
Asynchronous Modules and Handlers support.
Intresting Javascript in Client-Side-Validation script.