What are the two kinds of properties.
Answers were Sorted based on User's Feedback
What is immutability?
What is .net and .net framework?
What versions of .net are there?
Why inheritance is important?
Explain constructor.
Who is using .net core?
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
Types of JIT and what is econo-JIT ?
Explain what is the difference between odbc and ado?
What are the drawbacks for Model-View-Controller Architecture?
What is the difference between reference type and value type?
What is "common language runtime" (clr) in .net?