Why do we use static class in c#?
Does c# support multiple inheritance (mi)?
What is serialization in c#?
How does c# generics and c++ templates compare?
What is string method in c#?
What is inheritance c#?
What is difference between arraylist and list in c#?
Explain publishers and subscribers in events.
Define a partial class?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is difference between first and firstordefault?
What are callback methods in c#?
Can derived classes have greater accessibility than their base types?
What are async and await?
My switch statement works differently! Why?