What are the Features in .net framework 1.1
Explain circular reference in c#?
How can I check the type of an object at runtime?
Why are dynamic link library used over static one?
What are extender provider components?
How does c# generics and c++ templates compare?
Write a C# program to find the Factorial of n
What is multicast delegate explain with example?
What are the the three types of DAO ?
List the fundamental oop concepts?
If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?
What is CASPOL?
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?