What is boxing in .NET?
Boxing is the process of converting a value type into a reference type directly. Boxing is implicit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us the differences between an interface and an abstract class in .net?
Explain the difference between managed and unmanaged code?
What are .net functions?
Difference b/w dataset.clone and dataset.copy ?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Explain what is the difference between a class and an object?
Explain different types of cookies in .NET?
How ASP .NET different from ASP?
what is managed data and managed code?
What is a delegate in .NET?
Explain about managed heap?
What is Application Domain?