PrepAway - Latest Free Exam Questions & Answers

You are developing an ASP.NET application that allows users to download Microsoft Azure log files. You need to

You are developing an ASP.NET application that allows users to download Microsoft Azure log files. You need to improve the performance of the applic

ation.

What should you do?

A. Minify the content files.

B. Enable compression in IIS.

C. Bundle the content files into a single .tar file.

D. Host the image, JavaScript, and CSS files on a different server.

Explanation:

Bundling is a new

feature in ASP.NET 4.5 that makes it 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.

References: https:/

/www.asp.net/mvc/overview/performance/bundling-and-minification


Leave a Reply