.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1711 Page Views: 

For what purpose Boxing is used in .Net?



Posted By: Avi Date: 25 August 2009 09:39:47 PM
 Answer:

Boxing is used to convert value type to reference type


Posted By: eTechPlanet


Date: 25 August 2009 09:39:47 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image agnhur
Related Questions
.Net Framework : What are the various types of assemblies in .Net?

What are the various types of assemblies in .Net?

There are three types of assemblies in .Net: 1. Private Assembly 2. Shared Assembly 3. Satellite Ass....
Category: .Net Framework Date: 8/29/2009 7:14:17 AM
.Net Framework : What is assembly manifest?

What is assembly manifest?

Assembly manifest is a metadata which contains information about an assembly. This information inclu....
Category: .Net Framework Date: 8/29/2009 6:30:44 AM
.Net Framework : What is an assembly?

What is an assembly?

When you compile .Net source code, an exe or dll is generated, which is actually known as an assembl....
Category: .Net Framework Date: 8/29/2009 6:27:06 AM
.Net Framework : What features of .Net 2.0 can be used to implement distributed applications?

What features of .Net 2.0 can be used to implement distributed applications?

ASP.Net Web Services and .Net Remoting
Category: .Net Framework Date: 8/29/2009 6:20:37 AM
.Net Framework : Can we force garbage collection in .Net?

Can we force garbage collection in .Net?

Yes. Set all references to null and then call System.GC.Collect().
Category: .Net Framework Date: 8/28/2009 4:58:58 PM