mvp

  1. rnm-kmdi

    Question Unity Container, What situation are each of the lifetime managers to be used for?

    hello we are using unity IoC container for implementing a passive MVP... I'm having trouble over which type of lifetime manager I should use and why. We currently use ContainerControlled, which is a singleton, are there any other stuff that using that isn't a good idea? When should one use...
  2. rnm-kmdi

    passive mvp implementation w unity novice questions

    where view doesn't know about presenter, just raises events... presenter knows views controls (idk how to do the one where to make the presenter as if it was calling a console, for unit tests...) should view contain ui logic, or all logic is in the presenter? if view event is raised, should...
Back
Top Bottom