BrowserLink and Post-Cache Substitution don't mix
I work with an ASP.NET application and the last few days I've been getting this annoying error from time to time: > Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the response buffers. Either
Making RequireJS play nice with ASP.NET MVC
Working with web-projects are getting more and more Javascript heavy, and good developers as we are, we cry out for structure! There are several ways of achieving structure when working with Javascript, and in this blogpost we'll look into RequireJS. This is