views:

302

answers:

1

HI, i would like develop application about storing some information about books, i would like use MVP pattern - but i have some doubts if this pattern is always best practise for developing small/mid winform apps or maybe is not necessary?

ps. I would like use Smart Client Factory from Microsoft, is there any framework for MVP in winforms?

thanks in advance for all ideas

A: 

Have a look at this question as to whether its a good idea:

http://stackoverflow.com/questions/1144032/is-mvc-mvp-with-winforms-an-anti-pattern

Tony