What Replaces Doc/View Architecture?

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

Guest

Hello Everyone,

I am trying to design my first meaningful .NET application in C#, and I must
admit that I am lost without MFC's Document/View architecture to give me a
head-start.

Can someone recommend some pattern(s) for desktop application design that
could get me started? Is there a good resource or book on the subject?

Thanks so much,
Rich
 
Thus wrote Rich S.,
Hello Everyone,

I am trying to design my first meaningful .NET application in C#, and
I must admit that I am lost without MFC's Document/View architecture
to give me a head-start.

Can someone recommend some pattern(s) for desktop application design
that could get me started? Is there a good resource or book on the
subject?

This is covered to some extent in Chris Sells' Windows Foms book, but there
are also some articles on MSDN, including this:

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

Cheers,
 
Back
Top