What is dependency in software?
What is cls, cts and clr in net?
List some of the classes used by system.data namespace?
What is state c#?
Explain About Postback
What is the base class from which all value types are derived?
How do I create a delegate/multicastdelegate?
What is enumerable in c#?
List the 5 different access modifiers in c#?
Is arraylist type safe in c#?
What is scavenging?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
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?