Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When Doveloped C#

Answers were Sorted based on User's Feedback



When Doveloped C#..

Answer / 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&#969;).

Is This Answer Correct ?    2 Yes 0 No

When Doveloped C#..

Answer / san

C was developed by Mr Dennis Ritche in Bell Laboratry

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What's the difference between system.string and system.text.stringbuilder classes?

0 Answers  


An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?

6 Answers  


What are the advantages of using c#?

0 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


Is as operator in c#?

0 Answers  


What is oledbconnection c#?

0 Answers  


Explain the difference between the system.array.copyto() and system.array.clone()?

0 Answers  


if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj

1 Answers  


I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


What is difference between virtual and override in c#?

0 Answers  


Is goto statement supported in C#? How about Java?

2 Answers  


Categories