Materials

I know the basic coding.but i don’t know how to use the classes.can anybody share the information on that…?If u have any books please share it.

All of the manuals are available on partnersource.

Depending on the type of code it is doing will depend on where you can move it.

If its processing data code then you can move this out into separate classes in a different namespace returning the processed data to controls to allow for data binding etc.

If Form1 is getting very heavy with code then is this because you’ve got too much going on in Form1? Could you break it out into a different/new form?

see the link for more information about classes : http://msdn.microsoft.com/en-US/library/aa868834.aspx.

I have gone to this link. its showing server error.

I have clicked on the link and it works fine [:D]