Articles : Page 1 of 1

  • MvcExtensions – Custom Service Registration

    MvcExtensions – Custom Service Registration

    May 10
    16

    [Special Note: I have just released SP1 Preview which contains the newly added Autofac Adapter and minor Windsor changes] In this post, I will show you how you can register your custom services in your preferred IoC container and how the MvcExtensions will integrate it with the rest of the application. One of the goal of MvcExtensions is, unlike the other mvc add-on library which provides its own custom interface for registration/resolution, it will let you use your container syntax that you...


  • Meet my new ASP.NET MVC Extension - System.Web.Mvc.Extensibility

    Meet my new ASP.NET MVC Extension - System.Web.Mvc.Extensibility

    Dec 09
    14

    After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTurbine project in this weekend. I totally agree the with intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design decisions that the MvcTurbine team should re-evaluate: Generic Component Registration API Rather than allowing you to use your preferred IoC registrati...

    • OpenSource
    • Ninject


  • 1