When Doveloped C#

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


Please Help Members By Posting Answers For Below Questions

Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

504


What is the difference between dynamic type variables and object type variables in c#?

483


Are tuples mutable c#?

488


Describe the difference between inline and code behind - which is best?

553


What is array collection?

490






Define c# i/o classes? List the commonly used classes?

543


What is tryparse c#?

488


What is the meaning of 0 in c#?

526


How can you set image source dynamically from c# application to ”test.png” file?

638


Is c# easier than c++?

535


Is it possible to have a static indexer in c#? Allowed in c#.

522


What is autopostback in c#?

472


What is type checking in c#?

508


What is the difference between int.parse and int.tryparse methods?

564


Are c# generics the same as c++ templates?

495