What is the difference between int.parse and int.tryparse methods?
What is the difference between iqueryable and ienumerable?
How many bytes is an int?
Why do we use virtual methods in c#?
Difference between call by value and call by reference in C#?
What are annotations in c#?
What is the use of the dispose method in C# ?
Is there regular expression (regex) support available to c# developers?
Does c# support multiple inheritance (mi)?
Is multilevel inheritance possible in c#?
What is the keyword used to prevent a class from being inherited by another class?
Explain briefly the difference between value type and reference type?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?