What is the difference between static class and singleton class in c#?
What is static variable in c#?
What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all employees whose name starts with La.
Are objects passed by reference in c#?
What is array and types of array in c#?
Explain the security with aop?
Can arraylist store different data types in c#?
How long has c# been around?
what is boxing and unboxing?can we initialize unboxing directly?
What is a struct in C#?
What are the two keywords used to pass a variable by reference in c#?
Explain about Threading Types.
How do we achieve encapsulation in c#?