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 is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What are the major built-in objects in ASP.NET?
What are the various session state management options provided by asp.net?
In how many ways we can retrieve table records count?
What is the difference between application state and session state in asp net?
Define satellite assemblies.
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Where is asp.net session stored?
How would ASP and ASP.NET applications run at the same time on the same server?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Securitywise What are the Enhancements in 2.0?
Contrast OOP and SOA. What are tenets of each ?
What is the flow of processing of the request? : asp.net mvc
How to implement globalization and localization in the use interface in .net.