Hi,
I am new to C#. I have to write an application in C# that has several forms and controls on them, and I am in the structural design phase of the project.
If I had to write this project in VB I assume I would use a standard or class module at some point...
I wanted to know if C# has modules like Visual Basic does.
If not then what features does C# have in order to implement the same functionality as modules.
Also, I would appreciate some general pointers on how to design a project in C#. For example: will each form be a class? etc.
Any help would be great!
Thanks
I am new to C#. I have to write an application in C# that has several forms and controls on them, and I am in the structural design phase of the project.
If I had to write this project in VB I assume I would use a standard or class module at some point...
I wanted to know if C# has modules like Visual Basic does.
If not then what features does C# have in order to implement the same functionality as modules.
Also, I would appreciate some general pointers on how to design a project in C#. For example: will each form be a class? etc.
Any help would be great!
Thanks