dependency injection - I am looking for a simple yet practical and robust IOC/DI framework for .net -


I'm going to use it in a project with less experienced developers so that a complex structure like Spring.NET is not one the option.

  • StructureMap
  • which was present for learning a medium:

    1. Curve without losing flexibility?

      And the second question - Where is the right place to keep the configuration? After the kernel / configuration on the 3-level ASP.NET application (MVC is not! All examples are using MVC))

    The great thing about proper use of D is that you can postpone the decision about which the di container can not be used by the last responsible moment is. In the application architecture terms, it corresponds with a so-called composition route , which is where you meet all the devandens together.

    In addition to the composition root, the whole application can be written without reference to any special di container. You only need D.I. It comes to taking containers, I know about .net from these containers:

    Personally, I am happy with Castle Windsor till now, but I still have to get extensive experience with all these containers.


    Comments

    Popular posts from this blog

    sql - dynamically varied number of conditions in the 'where' statement using LINQ -

    asp.net mvc - Dynamically Generated Ajax.BeginForm -

    Debug on symbian -