What is a Manifest?
Which namespace is the base class for .net Class library?
Where?s Windows service database located?
Tell me about secure socket layer? How to make use of the technology?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is managed code and managed data in .net?
State some of the different languages supported by .net?
What is meant by globalization?
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
Explain is the jit an interpreter?
Which Namespace is used to to achieve MultiThreading in .NET?
what is the meaning silverligt control
in hibernate, what is dirty reading?