M
Matthew Bates
Hi,
I've just started using Windows Forms, .NET and C#. I have Visual
Studio 2005 Express Edition and I am looking to develop an application
to consume the Amazon SOAP web service (fetching product information
based on ISBN etc).
Visual Studio creates form and program C# files and everything appears
quite straightforward in creating a user interface (drag and drop etc).
However I'm unsure how to structure my application.
Does the form C# (Form.cs) represent a single form or should it
represent the entire UI? I would like to use multiple forms and pop-up
dialog boxes. Also, I guess the program C# (Program.cs) class should be
used to implement the business logic (e.g. web service access etc) and
reference the UI class (Form.cs)?
I would appreciate any feedback and advice on how to get started.
Thanks,
MB
I've just started using Windows Forms, .NET and C#. I have Visual
Studio 2005 Express Edition and I am looking to develop an application
to consume the Amazon SOAP web service (fetching product information
based on ISBN etc).
Visual Studio creates form and program C# files and everything appears
quite straightforward in creating a user interface (drag and drop etc).
However I'm unsure how to structure my application.
Does the form C# (Form.cs) represent a single form or should it
represent the entire UI? I would like to use multiple forms and pop-up
dialog boxes. Also, I guess the program C# (Program.cs) class should be
used to implement the business logic (e.g. web service access etc) and
reference the UI class (Form.cs)?
I would appreciate any feedback and advice on how to get started.
Thanks,
MB