Answer Posted / maloy.adhikari
Converting a value type to reference type is called Boxing
and Converting reference type of value type is Unboxing.
int i = 1;
object o = i; // boxing
int j = (int)o; // unboxing
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is client wins and store wins mode in entity framework concurrency?
What is Layout in ASP.Net MVC?
why DotNetFramework is included in building a software
What is a razor file?
What is basic authentication in web api?
What is work of clr?
What are the advantages of mvc over asp.net?
mention what are the various methods provided by the dataset object to generate xml?
What is poco proxy? : Entity framework
What is oauth in web api?
what is code first approach?
Explain what languages does the .net framework support?
What is the benefit of entity framework?
What is the use of view model in asp.net mvc?
What is associationset? : Entity framework