What is a Jagged Array in C#?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is the use of partial methods?
What is transparent caching with aop ?
interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?
What is sqldatareader c#?
What is difference between destructor and finalize?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
How many types of serialization are there in c#?
Can the nested class access, the containing class. Give an example?
Why is main static in c#?
How long can a string be c#?
What is polymorphism? pl explain practically rather than theoretical?