What is generic collection in c#?
Explain about generics in c#.net?
Define an escape sequence, name few strings in escape sequence?
How can you sort the elements of the array in descending order?
What are the advantages of using partial classes?
can we throw execption from catchblock
how to cleanup object that does not support dispose method? How to implement dispose for such scenarios?
Why we use oops in c#?
What are delegates and why are they required?
Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?
What are satellite assemblies?
When a Static Constructor is called in a Class?
How assembly versioning in .NET prevent DLL Hell problem?