Answer Posted / ardhendu samajdwer
Boxing is the implicit conversion of value type to reference type.
For ex:-
Dim A as integer = 10
Dim B as object
B = A
Or in C#
int A = 10;
object B;
B = A;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is viewstate?
How can we create a website?
How do you deploy your asp.net application?
Difference between application events and session events
What is caching? What are different ways of caching in asp.net?
What is a 1x1 pixel?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is preprocessor in .net?
How does a web application session work?
What is the difference between rest and restful?
How you will manage the state of ASP.NET controls?
How to use push notification?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is xaml? Are xaml file compiled or built on runtime?