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 …
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 →
Fluent Func/Expression Reflector
Lou commented on the last post about using Expression and Func as an expression tool and came up with a much better solution than I had. I’m going to repost it here for everyone else to see in the …
Using Expressions and Func as a Reflection Tool
I’m using Castle Active Record for a project that I’m on and I constantly find myself having to provide column names when creating queries through the ActiveRecordMediator<T> object. Here’s an …
Continue Reading about Using Expressions and Func as a Reflection Tool →
Cannot Install Programs on Virtual PC
Our team is having this really odd problem with not being able to install apps in their VPC instances once the app has joined the domain at a client. The error message we get is. “Please wait …
Continue Reading about Cannot Install Programs on Virtual PC →