Answer Posted / gp_bellamkonda
Around 1997, Microsoft started a project that was
internally known as Project Lightning (and also known as
Project 42). The name "Project 42" was most likely because
DevDiv (the Microsoft Developer Division) is in Building
42, which (as James points out) is probably an homage to
The Hitchhiker's Guide to the Galaxy by Douglas Adams.
There were several names being considered, one of which was
the COM Object Runtime (COR), which is where the name for
the mscorlib.dll assembly came from. This is the assembly
which contains all of the CLR's main types and is really
the only one that must be loaded by every .NET app domain.
Speaking of assembly loading, the code name for the CLR
Loader is Fusion, which provides the name for the Assembly
Log Binding Log Viewer utility - fuslogvw.exe: Fusion
Assembly Log Viewer.
The codename of C# was Project Cool and was supposedly
a "clean-room" implementation of Java. It was later changed
to C# based on a musical scale. Just as C++ added the "++"
to "C" since it was considered to be "adding to" or "one
greater than" C, the sharp (#) on a musical scale means one
semi-tone above the note. So, in both cases the name
implies one above or higher than the original.
This musical theme continues today, as there are two MS
Research languages that follow this same scheme: F# and
Polyphonic C# (which is now part of Cω).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a byte in c#?
Can we write class inside a class in c#?
What are the basics of c#?
What is the difference between firstordefault and first?
What is the difference between ienumerable and enumerable?
What's the c# syntax to catch any possible exception?
How big is a 64 bit integer?
What is the property of class?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is asynchronous one-way calls?
Define c# i/o classes? List the commonly used classes?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What is difference between var dynamic and object in c#?
So what makes your code really object-oriented #?
What are collection classes?