R
RP
Refer to my original post at:
http://groups.google.com/group/micr...Class,+Constructor,+Property#2b202ff938fed637
I want to know:
(1) Is it necessary to define SET property if the constructor is
already there?
(2) When the constructor has been instantiated, I want to insert the
values in a table. Where the code to insert records must reside, in
the class itself or in the Button_Click event of Windows Form.
(3) Where I can find information about C# naming convention which is
used as a standard by developers?
http://groups.google.com/group/micr...Class,+Constructor,+Property#2b202ff938fed637
I want to know:
(1) Is it necessary to define SET property if the constructor is
already there?
(2) When the constructor has been instantiated, I want to insert the
values in a table. Where the code to insert records must reside, in
the class itself or in the Button_Click event of Windows Form.
(3) Where I can find information about C# naming convention which is
used as a standard by developers?