What is the difference between ref and out parameters in c#?
What are extender provider components? Explain how to use an extender provider in the project.
What?s the .NET datatype that allows the retrieval of data by a unique key?
why delegate is type safe?
Can abstract class have constructor?
write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
Define parsing? Explain how to parse a datetime string?
What is garbage collection? How to force garbage collector to run?
What is a decimal in c#?
Can you declare a class or a struct as constant?
How is exception handling implemented in c#?
What are the advantages of properties in c#?
How to use reflection to call generic method?