-
Recent Posts
Recent Comments
Archives
- November 2013
- October 2013
- August 2013
- July 2013
- June 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- June 2012
- January 2012
- April 2011
- March 2011
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
Categories
Meta
Monthly Archives: March 2011
Unexpected results with Lambdas and Creating New Threads in C#
Today I was creating a simple application that needed to read from a queue and send XML to a web service. It seemed to me to be a perfect opportunity to create a multi-threaded application. Since I needed to send … Continue reading
Posted in C#
Leave a comment
Simple Example – AOP – Policy Injection with Unity
This is just a simple example explaining the processes/patterns to implement them using Unity 2.0, Dependency Inject, Inversion of Control (Ioc), and Aspect Oriented Programming (AoP). One of my primary goals is to not over complicate these examples. The examples … Continue reading