ASP.NET MVC Routing domain.com/*


Scenario; you have to pass wildcard requests to a controller for processing. Think myspace.com style vanity names.
Solution: Not as nice as .htaccess but it works; and I think I’m doing it write.
Step 1: Add Routes to Global.asa

1: routes.MapRoute(
2: "Default",
3: [...]

No related posts.

Misunderstanding Markup

From smashingmagazine.com comes a must ready comic about XHTML and HTML5!

No related posts.

No related posts.

AutoDeploy.NET to GitHub

First; When I pushed to GitHub I decided to rename the project to AutoDeploy.NET.
In the hopes of keeping my sanity and in the context of working in an organization that strictly follows a 50+ page “release management handbook” I started working on AutoDeploy.NET; a deployment automation tool.
As with all my personal projects I [...]

Related posts:

  1. Introducing: AutoDeploy A class library to help automate simple deployment tasks. Warning:…
  2. AutoDeploy – Dogfood Its been a very slow road for me and coding…
  3. AutoDeploy Rework Tonight I reworked in workflow, persistence, mapping, and entities in…