Is the idea to hookup all business logic classes in my WinForms app via IOC? Or if not is there a r
- by Greg
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