What are the best DI-IOC references for a vb.net programmer?

Posted by bglenn on Stack Overflow See other posts from Stack Overflow or by bglenn
Published on 2010-03-29T16:06:44Z Indexed on 2010/03/29 16:33 UTC
Read the original article Hit count: 294

I code primarily in vb.net. I've been doing basic dependency injection manually and am looking to learn more about DI/IoC and maybe use a DI/IoC framework/container like Ninject. There are lots of examples and write-ups using Java and C# code. I'm looking for the best resources for vb.net programmers. Likewise, is there a particular framework that would be easiest for a vb.net programmer to pick up?

© Stack Overflow or respective owner

Related posts about ioc-container

Related posts about dependency-injection