Home Blog Coding
Coding
#region How to get past those pesky code reviewers. PDF Print E-mail
Blog - Coding
Written by Jmaxxz   
Sunday, 06 December 2009 13:59

I am sure we have all worked with someone at one point or another who takes their job way too seriously. You've just written up the most awesomest code ever, but you need to get it through a code review. Unfortunately the guy who does code reviews likes object oriented programing (what a sell out). You know if you hand it to him your code as it is now he will just tell you to rewrite it all and use more classes, more methods, comments on your methods, and better code structure. So how do you get him to give you the thumbs up to check in your code?

Last Updated on Sunday, 06 December 2009 14:26
 
Unity Framework Examples PDF Print E-mail
Blog - Coding
Written by Jmaxxz   
Tuesday, 28 July 2009 19:06

The following page contains an excellent set of examples for the Unity IoC framework: http://weblogs.asp.net/podwysocki/archive/2008/03/27/ioc-and-unity-configuration-changes-for-the-better.aspx.

Last Updated on Monday, 17 August 2009 06:14
 
Unity Framework PDF Print E-mail
Blog - Coding
Written by Jmaxxz   
Tuesday, 28 July 2009 15:06

Currently I am working on an application where wanted to make use of an IoC. For no particular reason I chose to try Unity, an open source IoC frameworked developed by Microsoft.Due to the lack of meaningful code samples out their I will provide several simple examples of how to use Unity.

 

Last Updated on Monday, 17 August 2009 06:40