Is the idea to hookup all business logic classes in my WinForms app via IOC? Or if not is there a r

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-03-26T04:30:25Z Indexed on 2010/03/26 4:33 UTC
Read the original article Hit count: 357

Filed under:
|

Getting going now with NInject... :)

For a WinForms application, and in particular the business logic classes used within it, is there a rule of thumb in terms of which Classes once should hook up using IOC? For example if you have a Domain Model which is modelled by C# classes is the concept that all classes should be wired together using IOC?

thanks

© Stack Overflow or respective owner

Related posts about ninject

Related posts about ioc-container