what is reference type to value type.
Answer Posted / suresh
convertion of Reference type to value type is called
UnBoxing.
ex: int x;
object obj=20;
x=Convert.ToInt32(obj);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are directives in asp.net? List down all the important directives.
What are the 3 types of web?
In which event of page cycle is the viewstate available?
What is applicatio domain?
What is a 307 redirect?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How can you implement the postback property of an asp.net control?
in which protocol ASP.NET WEB API Work?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Please briefly explain the usage of global.asax?
How long should a session id be?
Explain about Automatic resource management?
What is the difference between equals() and == in c#?
Explain parts of assembly?
In how many ways we can retrieve table records count?