model view presenter examples

D

Dan

Hi



Am interested in learning more about Model View Presenter (MVP) design.
Specifically to create an application using vs2005 with winforms that use
webservices to process business logic. I want a stateless system ( wireless
required), so I can then development a front end for the pda client, then
webclient. From what I've read so far it should be easier to replace the
gui for a pda\webclient with MVP design with minimal rewrite of front end
code.



Am after some more reading material, or any example code that implement MVP
with winforms if anyone can point me in the right direction. I've read lots
on the Martin Fowler website, and on msdn but I'd like some more example
code before I plough on with my project without any solid coding examples -
am just trying to make sure I know what am doing ( although am expecting a
rewrite about a third of the way through!)



Also, are there any recommended books that cover this for dotnet that are
any good?



thanks

dan
 
M

Michael Nemtsev

Hello Dan,

See there http://www.codeproject.com/info/sea...1=Search&author=&sd=15+Nov+1999&ed=3+Apr+2007

and http://ameleta.spaces.live.com/blog/cns!5F6316345A821420!163.entry

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

D> Hi
D>
D> Am interested in learning more about Model View Presenter (MVP)
D> design. Specifically to create an application using vs2005 with
D> winforms that use webservices to process business logic. I want a
D> stateless system ( wireless required), so I can then development a
D> front end for the pda client, then webclient. From what I've read so
D> far it should be easier to replace the gui for a pda\webclient with
D> MVP design with minimal rewrite of front end code.
D>
D> Am after some more reading material, or any example code that
D> implement MVP with winforms if anyone can point me in the right
D> direction. I've read lots on the Martin Fowler website, and on msdn
D> but I'd like some more example code before I plough on with my
D> project without any solid coding examples - am just trying to make
D> sure I know what am doing ( although am expecting a rewrite about a
D> third of the way through!)
D>
D> Also, are there any recommended books that cover this for dotnet that
D> are any good?
D>
D> thanks
D>
D> dan
D>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top