StatCounter

View My Stats

Friday, February 6, 2009

Use of Private and Public

Use of Private and Public


In Normal .Net Keep sight on using private and public variab HFle (or) property or anything else

carefully.It will al so degrade the system performance.

By default all the public properties/variable/anythings are XML serialized.So whenever you want to use it globally declare it globally.(or) else declare it as as a private property.

Through this we can reduce the time to take for serialization.

No comments: