what is advantage of partial class.
suresh chandra
Select an image from your device to upload
HI,
partical class is a new concept,introduced in .net 2.0.
the purpose of partial class it to make more than one developer to work on same class name prefixing with partial keyword. more than one developer can write code on same class but at runtime complier will make ther class as one entity.