What Replaces Doc/View Architecture?

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
 
J

Joerg Jooss

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,
 

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