Asp.Net 4.5:-
1. Bundling and Minification:-
Bundling is
easy to combine or bundle multiple files into a single file. You can create
CSS, JavaScript and other bundles. Fewer files means fewer HTTP requests and
that can improve first page load performance.
Minification is the process of compressing
the CSS and the java script files.
2.
Routing:-
It is the
Process of generating dynamic routes That can access the Resources from a
website.
3.
Boot
Strap:-
It is a Repository
of css and jquery that aloes the application to use the script and styles from
the boot strap vendor.
4.
Web API’s :-