What are the two kinds of properties.
Answers were Sorted based on User's Feedback
Explain the top .net class that everything is derived from?
what is viewstate?
Conceptually, what is the difference between early-binding and late-binding?
What is the difference between boxing and unboxing?
What is a Manifest?
What is clr in .net?
Describe the role of global.asax.
What is assembly in .net?
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
How many types of design patterns available in .NET?
Where does the dispose method lie and how can it be used to clean up resources?
what all type of application can u make with visual studio?