I’ve known Chris G. Williams for awhile now and he recently asked me to partake in his awesome-ness known as “Nine Questions”. He’s been doing it for awhile now and has has some pretty notable names …
A New Development Term: Blackfield Development
I’ve been through the trenches of the consulting world, the good the bad the ugly, I’ve had the the full time jobs, and the freelance work, etc, etc etc. I’ve experienced projects …
Continue Reading about A New Development Term: Blackfield Development →
ASP.NET App – is not a valid Win32 application
Never seen this one before until this morning. Well, I’ve seen the “not a valid Win32 application” error a ton of times, but this is the first time on with an ASP.NET app (running MVC). How …
Continue Reading about ASP.NET App – is not a valid Win32 application →
Cool YouTube Tip : Seek
Youtube TIP: You can link and seek to a specific point in a video using #t=2m13s at the end of a URL. The t=2m13s means t = time m = minutes s = seconds Example As shown in the video …
Unit Testing JsonResult in MVC
Unit testing ActionResults is fairly easy yet JsonResults can pose a problem. I’ve seen a few ways to do this and they just seemed like “too much” to me. So here’s a way that I’ve devised that works …
AHK Script for Enabling/Disabling Spark Intellisense
As stated here the Spark View Engine’s Visual Studio Integration does not support the ReSharper intellisense code complete mode. This is a HUGE issue for me as I use a lot of ReSharper …
Continue Reading about AHK Script for Enabling/Disabling Spark Intellisense →