Why is it efficient to use System.string under System.Text.StringBuilder ?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is array? What are jagged array ?
What is int32 maxvalue?
What is a predicate in c#?
What is Serialization and how do we implement (in real time scenario)
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Is null == null c#?
What happens if you add duplicate elements to a set?
in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.
What are callback methods in c#?
Can we make a class private in c#?
What is a jagged array?