What are the two kinds of properties.
Answers were Sorted based on User's Feedback
Can "this" be used within a static method?
What is the use of Treeview control?
Difference abstract class and interface in .net?
what is a strong name?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
What is static constructor, when it will be fired?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What does il do?
Explain role-based security in .Net.
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
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