What is the difference between system.text.stringbuilder and system.string?
What are primitive types in c#?
What is use of hashtable in c#?
what is a structure in c#
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
Why we use oops in c#?
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?
What are partial types in c#?
What is hash c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Explain the OOPS concept in C#?
How to reverse each word in a string using c#?
Is string passed by reference in c#?