What is boxing and unboxing ?
Answer Posted / manish singh(amalga fusion)
boxing is used to convert value type to reference type.
unboxing is used to convet reference type to value type.
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the purpose of session management?
To redirect the user to another page which method do we use without performing a round trip to the client?
Do cookies store passwords?
Explain the difference between asp & asp.net.
List the types of authentication supported by asp.net?
What is connection pooling and how to enable and disable connection pooling?
How will you load dynamic assembly?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What are the merits and demerits of viewstate?
Explain the use of errorprovider control in .net?
What is difference between view and partial view?
How do you create a master page?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Define caching.