What is the difference between decimal and integer?
Difference between string and stringbuilder?
what is an event? Define delegate?
How does yield return work c#?
Code to run exe like mspaint,autocad etc in asp.net.
What is the Main difference between String and StringBuilder and why do we use StringBuilder.
15 Answers Aditya, CTS, Siemens,
What are the advantages of using c#?
What is the difference between “constant” and “readonly” variables 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.
Explain the three services model (three-tier application).
If I want to override a method 1 of class A and in class b then how do you declare ?
Can you mark static constructor with access modifiers?
Can you declare the override method static while the original method is non-static?