Wednesday, April 11, 2012

NTFS Symbolic Link

Some dude at work was all, "Move your application data to this other drive."
And I was all, but I don't want to break all my relative paths.

BOOM!

Symlinks for Windows. Problem solved.

ASP.NET MVC: Compiling Views

I'm in yer project, compilin' yer views.
http://stackoverflow.com/questions/383192/compile-views-in-asp-net-mvc

Add <MvcBuildViews>true</MvcBuildViews> to the <PropertyGroup> element.

Tuesday, April 10, 2012

UnxUtils + cURL

For when you need to do some basic unix-type scripting but don't want the overhead of installing cygwin:

  • UnxUtils: Bins that will run on Windows with no external dependencies.
  • cURL: Because wget is for little girls.