markkemper1.blogspot.com
Marks asp.net / mvc blog: May 2010
http://markkemper1.blogspot.com/2010_05_01_archive.html
Marks asp.net / mvc blog. Web developer from Sydney Australia. Currently using asp.net, mvc where possible. Tuesday, May 18, 2010. Quickly Trim all model's Properties - Reflection Vrs Fasterflect. I've had some great feedback from Buu Nguyen. Author of the Fasterflect library. He supplied the feedback below as well as some sample code, which I have incorporated into the code base. Use a dictionary to cache the generated. The main change to the code was to cache the call to type.GetProperties(). So here a...
markkemper1.blogspot.com
Marks asp.net / mvc blog: October 2010
http://markkemper1.blogspot.com/2010_10_01_archive.html
Marks asp.net / mvc blog. Web developer from Sydney Australia. Currently using asp.net, mvc where possible. Monday, October 25, 2010. Unit Testing – MsBuild Series. This post is going to walk through the steps of adding unit testing to our build script. This post is assuming that you already have a MsBuild script setup that you can run from the command line. Otherwise you might want to look at my previous post on setting up a build file for Visual Studio:. 1) Change the output path for Test projects.