why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?
3 14685write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
TCS,
4 11158I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;
3 6664
What is the default value of boolean variable?
Is string passed by reference in c#?
Which operator cannot be overloaded in c sharp?
What is uint64?
How do I run a cshtml file?
Is system a class in c#?
What is the extension of c# file?
What does console writeline do?
Can an interface extend a class c#?
What is type class in c#?
Difference between StackPanel and RelativePanel ?
Explain About friend and Protected friend
What is null character in string?
What is the size of a decimal?
What is dictionary and hashtable in c#?