Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

Howard Dierking

Howard Dierking howarddierk​ing

Niner since 2009

My main technology passions include pretty much anything on language theory, agile development, and service-oriented architecture.

  • Extreme ASP.NET Makeover: Mr. Escher, Your Software is Ready - Refactoring Notification
  • Extreme ASP.NET Makeover: Mr. Escher, Your Software is Ready - Circular Dependency Cycle
  • Extreme ASP.NET Makeover: Mr. Escher, Your Software is Ready - Host Users Dependency Cycle
  • Extreme ASP.NET Makeover: Mr. Escher, Your Software is Ready - Dependency
  • Extreme ASP.NET Makeover: Mr. Escher, Your Software is Ready - Overview
  • Extreme ASP.NET Makeover: Disentangling Our Tangled Web-Overview - Refactoring
  • Extreme ASP.NET Makeover: Disentangling Our Tangled Web-Overview - Overview
  • Extreme ASP.NET Makeover: Singleton - Refactoring
  • Extreme ASP.NET Makeover: Singleton - AuthChecker Class
  • Extreme ASP.NET Makeover: Singleton - Testability

See more posts…

  • Bundling and Optimizing

    @Sunil Unnithan: no - need to look at adding this header. The plan going forward is that we'll provide you the ability to control much more about the response message from within your transform than we do today.

  • Bundling and Optimizing

    @DotnetShadow: We renamed the package Microsoft.Web.Optimization to Microsoft.AspNet.Web.Optimization - that's why those 2 different packages exist.  When we released the later version of Microsoft.AspNet.Web.Optimization, we also updated the Microsoft.Web.Optimization package version such that it contained no actual content - just a dependency to the renamed package.  As such, it basically acts like a redirect.

    For the different versions of Microsoft.AspNet.Web.Optimization, we follow the conventions outlined in the Semantic Versioning specification (http://semver.org).  Therefore, we published a couple different pre-release versions and recently the first stable version (1.0.0).

    The CDN feature is available in 1.0.0 (http://nuget.org/packages/Microsoft.AspNet.Web.Optimization/1.0.0) - I had put some code on my blog that referenced this code before we had pushed the final package to nuget.org.  Sorry for the confusion there.

  • Bundling and Optimizing

    Hi Sunil - yes, it's not pretty, but you should be able to use just the version stamping piece by doing 3 things:

    1. create a bundle for the javascript/css resource that you want versioned
    2. create a custom IBundleTransform which does nothing other than sets the media type - we actually have this in the fx (look at the NoTransform class in reflector), but unfortunately it's internal
    3. create and register the bundle in BundleConfig

    We'll also look into making more modular support easier in future versions.  Hope this helps.

    _howard

  • Dan Roth on the new ASP.NET Web API

    I look good in png...