1
votes

Your IoC Container is Showing : Brendan Enrick's Blog

published 310 days, 4 hours, 40 minutes ago posted by IXWebHostingIXWebHosting 310 days, 6 hours, 2 minutes ago
Wednesday, September 23, 2009 5:46:10 AM GMT Wednesday, September 23, 2009 4:23:59 AM GMT

Learning to keep things about your application hidden is important. Your code should be exposed to as few things as possible. Using tools like Ninject, Structuremap, etc. is great, but you should try to keep them at arm’s length. If you want to keep your Inversion of Control (IoC) container hidden you can put a nice wrapper around it. In an application I am currently working with I started by using an IoC container that was very simple. Just enough so that I didn’t have to use the poor man’s dependency...

category: ASP.NET | clicked: 0 | | source: brendan.enrick.com | show counter code
tags: IoC Container

No comments yet, be the first one to post comment.

To post your comment please login or signup