Skip to content

Instantly share code, notes, and snippets.

@SLaks
SLaks / AppHarborModule.cs
Created March 12, 2012 23:26
Fixed AppHarbor Module
using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Linq.Expressions;
using System.Reflection;
using System.Web;
namespace SLaks {
//Based on: https://github.com/trilobyte/Premotion-AspNet-AppHarbor-Integration/blob/master/src/Premotion.AspNet.AppHarbor.Integration/AppHarborIntegrationModule.cs
@SLaks
SLaks / RoutingExtensions.cs
Created September 18, 2011 22:48
Default Controllers in ASP.Net MVC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace SLaks.Web.Mvc {
//http://blog.slaks.net/2011/09/using-default-controller-in-aspnet-mvc.html