Rewrite Old URLs with Regex into RouteValueDictionary 2014-02-28 07:53 UTC .NET ASP.NET C# Regex Routing Have you ever needed to rewrite/redirect old URLs that have very similar pattern as your new, modern URLs, but want to do it with simple, maintainable code? In...
ViewSource - View Source in Mobile Browsers 2013-03-25 06:47 UTC AppHarbor GitHub Projects Here's another small app that I created to play around with some code, but mostly because I felt I had a need for it. ViewSource is an app for viewing the...
IIS URL Rewrite-Rules Skipping Files-types 2013-03-19 18:44 UTC ASP.NET IIS SEO URI If you need to put in a rule for the IIS URL Rewrite Module, but need the rule to skip some file-endings and/or targets that are directories or actual files on...
ASP.NET: Transform Web.config with Debug/Release on Build 2013-02-20 18:10 UTC .NET ASP.NET Visual Studio Web.config Did you ever wish you could run your web application with the Web.config being transformed according to the current Solution Configuration for Debug or Release...
MVC: Get Current Action and Controller in View 2013-01-23 20:31 UTC .NET ASP.NET C# Have you ever needed to know what Action and/or Controller that is currently used in your View? This might be most helpful in an Layout-file, used by another...