Top "Asp.net-optimization" questions

Questions related to the ASP.

Turn off bundling/minification while debugging in WebForms

I want to be able to minify/bundle my javascript files in a production environment while having them unminified/unbundled …

asp.net webforms bundle minify asp.net-optimization
How to upload bundled and minified files to Windows Azure CDN

I'm using the ASP.NET MVC 4 bundling and minifying features in the Microsoft.AspNet.Web.Optimization namespace (e.g. @Styles.…

azure asp.net-mvc-4 cdn bundling-and-minification asp.net-optimization
Cassette bundles vs MVC4 bundles

I am currently working on a prototype ASP.NET MVC 3 solution that will be used as a base for several …

javascript asp.net asp.net-mvc asp.net-mvc-4 asp.net-optimization
Prevent ASP.NET MVC Bundles Loading more than once

is there an inbuilt method of tracking if a bundle has already been loaded? I have several edit views which …

jquery asp.net-mvc asp.net-mvc-4 asp.net-optimization bundling-and-minification
MVC 3 System.Web.Optimization Bundles single file

In MVC3 C# I'm trying the new System.Web.Optimization Bundles JSminify & CssMinify package (part of the .NET 4.5 framework). …

asp.net asp.net-mvc-3 bundle asp.net-4.5 asp.net-optimization
ResolveBundleUrl not resolving all files?

I am new to MVC so thought I would start a new project and try out some of the new …

c# optimization asp.net-mvc-4 asp.net-optimization
When to use bundles in MVC4

In MVC 4 I can use @Styles.Render("~/Content/css") to called a bundle of CSS files defined BundleConfig file instead …

c# asp.net-mvc asp.net-mvc-4 bundles asp.net-optimization
How to add CDN to bundle.config in asp.net webforms bundling

I am using asp.net bundling / minification and putting everything in bundle.config like this: <styleBundle path="~/css/css"&…

asp.net bundling-and-minification asp.net-optimization
How do I path relative CSS paths correctly when using Visual Studio 2012 Bundling?

I have an MVC 3 / .NET 4.0 application running on Visual Studio 2012. I just created a static bundle for all my JS …

c# css asp.net-mvc visual-studio-2012 asp.net-optimization