• ASP.NET MVC, Programming

    Posted on August 21st, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , , , , ,

    Ninject: Killer IoC

    In my previous post, The Best IoC Container, I decided to go with StructureMap as the framework of choice.  I received a comment telling me to check out Ninject and then a day or two after, I saw Corey Gaudin’s post on using Ninject with MVC, so I decided to try it out. It wasn’t [...]

  • The Best IoC Container?

    As I previously mentioned in my post “The Best JavaScript Library“, I am in the process of developing an application/writing a book.  I will be using asp.net MVC and a TDD approach to the application and book.  As I have done with the JavaScript framework selection, I decided to look around and evaluate/review my options [...]