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
Define xmlvalidatingreader class.
What is http session state?
What New Features comes with ASP.NET Web API 2.0?
What is in a session cookie?
What is server infrastructure & server components?
How will you load dynamic assembly? How will create assesblies at run time?
What are early binding and late binding.
What is different authentication mechanisms used in ASP.NET?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What are the steps to follow to host a web application on a web server?
Describe the method to create a permanent cookie?
What is datagrid asp.net?
What is web configuration file and how to use in web application
Explain the difference between singleton and single call?
What is connection pooling and how to enable and disable connection pooling?