What is a static in c#?
What are custom exceptions? Why do we need them?
Can you have parameters for static constructors?
Is c# difficult to learn?
What is the use of xmlserializer?
What are the different approaches of passing parameters to a method?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is uint64_t?
Define thread? Explain about multithreading?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
what is bubbled event ? give suitable example in code vice with demo
What are value types and reference types?
what is a template?