Which namespace is the base class for .net Class library?
What is machine.config in .net?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
How to find methods of a assembly file (not using ILDASM) Reflection
What is web.config in .net?
What is the transport protocol you use to call a seb service soap?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What are code contracts?
Elements of CAS
What is an Exception? How many exceptions exist in Dot net and explain them?
How we can achieve Connection pooling in .Net?
What are the two kinds of properties.
What is an Interface? Have you ever developed an Interface.