How do I do a case-insensitive string comparison?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

write a program to find the biggest palindrome in the given string

0 Answers   Microsoft,


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


what is Encapsulation?

7 Answers   IBM, Tech Mahindra,


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


What is different between Boxing and Unboxing?

0 Answers  


What is static classes in c#?

0 Answers  


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

0 Answers  


What is method in c#?

0 Answers  


What is action c#?

0 Answers  


What is desktop example?

0 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Categories