Difference between value type & reference types ?
No Answer is Posted For this Question
Be the First to Post Answer
Directcast(123.34,integer) - should it throw an error? Why or why not?
Explain what is heap and what is stack?
What data providers available in .net to connect to database?
Name some of the languages .NET support?
Why is .net used?
What base class do all Web Forms inherit from?
Is .net core free?
Different levels of priority provided by .net.
What is cyclomatic complexity and why is it important?
Explain Creational design pattern in .NET?
What is marshling?
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