Explain how to stop a thread?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between a class and an object?
What is Delegate? Have ever used Delegates in your project.
Can we use data reader to bind gridview?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
Can you create instance of a class which has private constructor?
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
What is DTS and explain the purpose of it?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What operating systems does the .net framework run on?
How does you handle this COM components developed in other programming languages in .NET?
What are the two kinds of properties.
What is a system lock?