| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is serialization in .NET? What are the ways to control
serialization? | | 1 |
| What is the managed and unmanaged code in .net? | Deltech | 3 |
| what is managed data and managed code? | | 2 |
| What is the managed and unmanaged code in .net? | | 2 |
| What is smart navigation? | | 2 |
| How to write an MMC snap-in for my Windows service? | | 1 |
| String[] a = new string[10]
for(i=0; i<10; i++)
{
a[i] = i;
}
How many heap object will be created for this array. Choose
the answer below.
Ans: 1, 10, 11, 12 | | 3 |
| How do you create threading in .NET? What is the namespace
for that? | | 1 |
| When would you use .NET Remoting and when Web services? | | 1 |
| How ASP .NET different from ASP? | | 4 |
| Which among the following two is best and why? Abstract
Class and Interface. What is the major difference in between
those two except the discrete methods and methods with
function definition. | 247Customer | 2 |
| How will you register com+ services? | | 1 |
| What does the "EnableViewState" property do? | | 1 |
| Difference between assembly manifest & metadata assembly
manifest | Ksb | 3 |
| What?s SingleCall activation mode used for? | | 1 |
| What are the different types of assemblies? | | 3 |
| What is Assembly manifest? what all details the assembly
manifest will contain. | | 1 |
| is c#.net supports multiple inheritance? | | 9 |
| What is boxing? | | 2 |
| Give An example of a ctype and directcast. | Wipro | 2 |
| |
| For more Dot Net General Interview Questions Click Here |