Architecture for WinForms and WebForms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

i am working on an architecture which should support different views (WebForms and WinForms) in the presentation tier/layer
I am searching for some information regarding this architectural problem

Thanks in advance!!!
 
Chris said:
Hi,

i am working on an architecture which should support different views (WebForms and WinForms) in the presentation tier/layer.
I am searching for some information regarding this architectural problem.

Thanks in advance!!!!

Model - View - Container ?

Just seperate the presentation from the info, and that should give you a
head start.
 
The User Interface Process application block (UIP) is designed to do just
this. Rather than re-inventing something, perhaps have a look at this and
you may, at the very least, be able to borrow something from it.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/
uip.asp

Also, I dont want to appear to picky, but I beleive the pattern being
referred to below is Model-View-Controller (MVC) pattern.
 

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

Back
Top