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
How large is the .net framework 3.0?
What are Code Blocks in Views?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
what is entity framework?
What is .net core framework?
how can you tell ef to have a different table or column name than that defined for the class?
how do you mark a property as required? For example, for a project, the name is a required field.
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is routeconfig.cs in mvc 4?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Why to use html.partial in mvc?
What are ajax helpers in asp.net mvc?
Explain how you can send the result back in JSON format in MVC?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
How to change the action name in mvc?