why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it?
Answers were Sorted based on User's Feedback
Answer / gp_bellamkonda
In a piano, there will be white keys, and black keys, right!
The White Keys are named as A, B, C, D, E, F, G.
The black keys after White keys are called as sharp(#) keys.
And remember, C# means, the right side of C => the thing
which is AFTER C....
That means C# is a language more advanced than C.
(C++ is already chosen, thatsy C# is given as a name.)
Is This Answer Correct ? | 24 Yes | 1 No |
Answer / lata negi
C# is pronounced as C-Sharp because Microsoft made it more
sharper & more useful than C & C++ Language. C# is an
evolution of the C and C++ family of languages.
Is This Answer Correct ? | 16 Yes | 8 No |
How long does it take to get a loop recorder put in?
What types of object can I throw as exceptions?
Is 0 an unsigned integer?
What is difference between ienumerable and iqueryable in c#?
Can bool be null c#?
What does firstordefault mean in c#?
How do you inherit a class into other class in c#?
How to print labels in windows form in C# .net
What is difference between web and window application?
What is a nullreferenceexception and how do I fix it?
How can you achieve run time polymorphism in C#?
What is the Difference between directcast and ctype?