alkampfer on February 28th, 2009

Manage Tree With Entity Framework – The basic One of the most obvious problem showed in previous post is the need to issue a single Select for each node to rebuild the tree, but the good thing is that there are a lot of solutions over there to solve this problem. One of the most [...]

kick it on DotNetKicks.com

Continue reading about Manage trees with entity framework part II

alkampfer on January 31st, 2009

Part 1 – Basic of IoC unity container Part 2 – Basic of resolving dependencies and configure objects. Part 3 – AOP with Policy Injection Application Block Part 4 – Custom Handler to use with Policy Injection Application Block Part 5 – Combine policy Injection Application Block with Unity In last post I showed how [...]

kick it on DotNetKicks.com

Continue reading about Unity and AOP in enterprise library

alkampfer on January 26th, 2009

Part 1 – Basic of IoC unity container Part 2 – Basic of resolving dependencies and configure objects. Part 3 – AOP with Policy Injection Application Block Part 4 – Custom Handler to use with Policy Injection Application Block In previous parts I showed how to configure unity container and how to create a custom [...]

kick it on DotNetKicks.com

Continue reading about Combine Policy Injection Application Block with Unity

Previous Posts: Part 1 – Basic of IoC unity container Part 2 – Basic of resolving dependencies and configure objects. Part 3 – AOP with Policy Injection Application Block In this fourth part I’ll examine how to build a simple custom handler that will be used with Policy Injection Application Block. The purpose of the [...]

kick it on DotNetKicks.com

Continue reading about Custom Handler to use with Policy Injection Application Block