Boxing and UnBoxing, the .NET way

Oracle E-Business SuitePublished July 25, 2010 at 8:10 pm No Comments

In this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the
read more..