What is the difference between list and array in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Where is the main method in c#?
Is visual c# free?
What are the Types of optimization and name a few and how do u do?
List some Advantages of switch-case over if else?
What is ienumerable <> in c#?
What is for loop in c#?
What is a c# delegate?
Example of value type and refarnce type
Why dictionary is used in c#?
What is difference between class and abstract class in c#?
can we drive a class from delegate?