Choosing a .Net Inversion of Control container for first attempt at Dependency Injection?

Take a look at this DotNetRocks episode with James Kovacs: dotnetrocks.com/default.aspx?showNum=362.

What's easiest is pretty much dependent on where "you're coming from". But if you're familíar with the . Net 3.5 features such as lambdas and extension methods I'm a big fan of Autofac.

Autofac makes heavy use of lambdas and extension methods for registering components instead of using xml-files. This adds the benefit that you have full type safety and also you get intellisence when registering. It's also a very lightweight container which I like.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions