What are satellite assemblies?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is difference between ilist and list in c#?
Explain async and await?
Is there throws keyword in c#?
Why is it not a good idea to use empty destructors?
What is helper method in c#?
How many bytes is an int c#?
Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?
Can we create multiple constructors?
If we inherit a class do the private variables also get inherited ?
Describe how a .net application is compiled and executed
What is meant by enumerable in c#?