Explain data types in c#?
What are the fundamental principles of oo programming?
What does using system mean in c#?
What are nullable types? Is Nullable<int> I and int ?i are same.
What is extension method in c# and how to use them?
Is unboxing an implicit conversion?
What is the difference between System.String and System.StringBuilder classes?
Which constructor is called first in c#?
One start and stop button is there and one textbox is there.when you click start button ,it will display 1,2,3......up to infinite in textbox.when you click stop button it will stop.
How do you prevent a method from being overridden in c#?
Can you put two constructor with the same structure in a class?
How is the memory managed in C#.
What is a cs file?