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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.