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...


  • Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility)

    Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility)

    May 10
    11

    I am proud to announce the v1.0 of MvcExtensions (previously known as System.Web.Extensibility). There has been quite a few changes and enhancements since the last release. Some of the major changes are: The Namespace has been changed to MvcExtensions from System.Web.Mvc.Extensibility to avoid the unnecessary confusion that it is in the .NET Framework or part of the ASP.NET MVC. The Project is now moved to CodePlex from the GitHub. The primary reason to start the project over GitHub was di...



  • 1