18

Either I had a bad dream recently or I am just too stupid to google, but I remember that someone somewhere wrote that ASP.net has a Function which allows "merging" multiple JavaScript files automatically and only delivering one file to the client, thus reducing the number of HTTP Requests.

Server Side, you still kept all the individual .js files, but the Runtime itself then creates one big JavaScript file which is then included in the script-tag instead and can be properly cached etc.

In case that this function really exists and is not just a product of my imagination, can someone point me in the right direction please?

1
  • 1
    Thanks! That's what I was looking for. For those wondering where to get the Profiler from the video: codeplex.com/aspnet/Release/… Commented Sep 6, 2008 at 23:18

3 Answers 3

16

It's called Script Combining. There is a video example from asp.net explaining it here.

Sign up to request clarification or add additional context in comments.

Comments

3

you can find here an usefull article for it

Comments

3

.Net 4.5 have inbuilt support for Bundling and Minification

1 Comment

That's the answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.