Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hai i am new to .Net plz any one explains what is assembly? and unboxing concept? thanx..
An assembly basically is an executable file. Boxing means "packing" a value type into a reference type. Unboxing is the "unpacking" of the value type. (I hope I got that right...)