how to architecture a windows forms application

  • Thread starter Thread starter Bob Speaking
  • Start date Start date
B

Bob Speaking

Hi at all,
I've always programmed asp.net solutions and now I must pass to Windows
applications.
I was wondering on how to....

E.g. in my asp.net applications I can implement pagemaster inheritance to
write common functions or I can create a structure based on ascx to divide
functions. I can share data using sessions or application variable. But for
example in a windows applications how can I share in the best way data from
a form to another?

I'm interested to study the architecture and the guidelines like these.

Can you give me some urls or book's titles on "how to make an efficient
architecture for windows application"?
MSDN threat single argument...I need a panoramic theoric view :)

Thanks in advance,
Bob
 
Hello Bob:

The best book I've found on general Windows forms programming is WinForms
v2.0 in C# .NET .... about $40 at Amazon. Chris does a good job is walking
you through the basics, as well as advanced concepts.

There's also some good tutorials on msdn.
 
Back
Top