How do I spawn a thread?
what are connection strings?
What is connection pooling and how do you make your application use it?
What is the difference between a debug and release build?
Why MVC programming model preferred?
Explain how to load the contents of an xml file into an xmldocument object?
What is a design pattern and what is it for?
What is an EXE?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is loosely coupled solution in.net?
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
How to load a user control dynamically in runtime?
What are the new features of Framework 1.1 ?