what is value type to reference type
Answer Posted / amar
value type is boxing and reference type is unboxing
| Is This Answer Correct ? | 3 Yes | 3 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?
Why do we need url encoding?
What is session management in web application?
Explain the difference between debug.write and trace.write? When should each be used?
Where web.config file is used?
How can you pass multiple complex types in Web API?
How can you apply a theme to your asp.net application?
What is the server of asp.net?
Is asp.net web forms dead?
What is asp.net used for?
What are the ways to sending the data in ASP.NET page?
How you will handle session when deploying application in more than a server?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How would you get asp.net running in apache web servers? Explain it's limitations.
Explain how can we inherit a static member?