What is Boxing and Unboxing?
Answer Posted / amit
The conversion of the value type to reference type is known
as Boxing and converting reference type back to value type
is known as Unboxing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain Life cycle of ASP.NET page when a request is made.
What is the adavantage of using ASP.NET routing?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Out of ASP or ASP.NET which one is stateless?
What is data control in asp.net?
What is ascx?
What is custom events? How to create it?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Explain the difference between authentication and authorization.
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is difference between session and cookies?
How to use multiple scriptmanager controls in a web page?
How do you change the session time-out value?
Apart from IDE what are the enhancements in asp.net 2.0?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?