What is boxing and unboxing ?
Answer Posted / satyambabu
BOXING
? Boxing is an implicit conversion of a value type to
the type object
UNBOXING
? Unboxing is an explicit conversion from the type
object to a value type
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Can we use MSSql as backend in asp.net...if yes then How.?
Is asp.net easy to learn?
Does web services support data reader like pom project?
How do you handle server controls?
Explain server side state management system.
Explain the concept of MVC Scaffolding?
What is Web API Routing?
What is break mode?
What are the new data controls in asp.net 2.0?
What is the use of view state?
What is authorization in asp.net?
What are the contents of cookie?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain the use of duration attribute of @outputcache page directive.