Explain About web methods and its various attributes
What is sqladapter c#?
What is the difference between list and arraylist in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Explain the difference between directcast and ctype.
What is c# in asp net?
Which program construct must return a value?
What is the difference between Hash Table and Arrays?
What is the use of thread join in c#?
Can you inherit from multiple classes in c#?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
How do you create multiple inheritance in C#?
5 Answers Infosys, KenIndia, Microsoft,
How do you generate documentation from the C# file commented properly with a command-line compiler?