Skip to content

Instantly share code, notes, and snippets.

View cbertolasio's full-sized avatar

Cedric Bertolasio cbertolasio

View GitHub Profile
@ntotten
ntotten / StaticContentHelpers.cs
Created April 17, 2011 22:20
MVC helper for automatically using ASP.NET AJAX CDN and Windows Azure CDN for static content.
using System;
using System.Web.Mvc;
using System.Collections.Generic;
using System.Configuration;
public static class StaticContentHelpers
{
private const string azureCdnUrl = ".cloudapp.net/cdn";
private const string aspCdnUrl = "ajax.aspnetcdn.com/ajax";