vote up 20 vote down star
6

I always wondered why Microsoft chose such a strange, search-engine-unfriendly name for such a great platform. Couldn't they have come up with something better?

Apparently the codename was NGWS. http://en.wikipedia.org/wiki/.NET_Framework#Versions

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS)

Does anyone know why they chose the name .NET?

flag

80% accept rate
There are no coherence closing questions... – FerranB Mar 9 at 22:05

10 Answers

vote up 6 vote down check

.NET is natural for Microsoft marketing to emphasis on the "Network"-ing aspect of its technologies and reacted to the marketing blitz by Sun Micro System in the late 1990 where the theme was "Network is the computer". The term "Dot-Com" was synonymous with the Internet that time, and "Dot-NET" was a play to that word.

I don't think it is a bad name at all, the problem was that Microsoft named so many products with the ".Net" nomenclature like .NET my services, Microsoft .NET Enterprise Servers where the latter had nothing to do with the Internet. It caused so much confusions. Only later Microsoft corrected itself by limiting .NET name to technologies related to Managed Runtime Framework.

link|flag
vote up 11 vote down

interNET would be my guess

In the mid\late 90's Microsoft saw the internet as the Future and also felt they where a little late to the game. Thus Explorer being forced on people by being embedded in the OS(Which they are regretting now). Removing competitors such as Java from Windows AND a really over the top name like .NET to indicate there are now a web friendly company....

link|flag
It was this because Microsoft envisioned networked services. – Daniel A. White Mar 9 at 21:52
I think you mean "In the late 90's" They kind of flubbed the early and mid 90's. – Chris Lively Mar 9 at 21:58
fair point all fixed :) – cgreeno Mar 9 at 22:00
vote up 16 vote down

.COM was taken.

link|flag
Funny, but not an answer. :| – Robert P Mar 10 at 3:56
Ha ha +1 for that! – Shoban Mar 10 at 4:17
Hm, maybe it's not even a joke. Who remembers Sun's "We are the dot in .com" of that time? They just wanted a dot, too ;) – markus Mar 10 at 7:33
vote up 6 vote down

.NET continues a proud tradition of ungoogleability: the previous technology used for RAD on windows was COM.

link|flag
Hmm considering that Google wasn't a dream when Com was invented, how is that MS fault. Will give the one on .net. others in that realm are C# and F#. BTW COM was around even before the First concept of the Browser. – DouglasH Mar 10 at 0:01
@DouglasH, how it is microsofts fault they choose names for their services/languages/framework that are nearly impossible to google? lol. Whose fault is it? – Simucal Mar 10 at 7:16
@DouglasH: right, this concern regarding being findable by search engines probably didn't exist at the time the name "COM" was chosen. Obviously this was never an intended effect of either the "COM" or ".NET" name. I'm just pointing out the pattern. – wcoenen Mar 10 at 10:04
vote up 1 vote down

Since you're not going to look up the answer, neither am I :) But if I remember correctly, Microsoft was trying to play up the connectivity aspect of .Net. They've been trying to get "up to speed" with the whole Internet thing since Active Desktop, and have a history of goofy names and poorly thought out ideas. Not that .Net is a bad technology, I'm not saying that.

I will say, however, that .Net is one of the worst names I've ever come across. It's hard to search for and in no way communicates what the "product" is. If you remember the early days of .Net, there were plenty of articles and interviews and videos of Microsoft big wigs trying to explain what .Net was using big budget buzzwords... it didn't work well and for years people would still wonder what the hell it was. Even MFC was a better name because at least a programmer could recognize the components of the acronym.

link|flag
It also didn't help that MS spent a while slapping ".NET" on the end of the name of any product that wasn't fast enough to get out of the way, regardless of whether it had anything to do with the .NET Framework or not. – Joel Mueller Mar 9 at 22:54
vote up 1 vote down

The early marketing thrust of .NET was web services. .NET was supposed to make it easy both to write and consume web services. In particular, it was supposed to make it easier to call the web services that Microsoft was going to provide, and that everyone would then use: the ".NET My Services".

Of course, that fell apart very quickly, but the name remained. It was at least better than "COM++" or "ActiveXX".

link|flag
vote up 0 vote down

It's the single stupidest name the marketing team could think of, and that's why they went with it. I can't explain it any other way.

link|flag
vote up 0 vote down

I don't know how much is true, but as I heard it; originally, they wanted simply COM2. But it turns out that some low-level Windows code treats any folder called COM2 as the serial COM port. Try renaming a folder to COM2; it won't let you! So they needed a new name fairly quickly, and .NET just happened... As has already been noted, .COM would have been even worse for searching!

Reminds me of one of our vendors... called Click. Really painful to search for!

link|flag
The technology that was released as COM+ in the late 90s was very, very briefly known as COM3. Until the program managers discovered that COM3 is a reserved name in the filesystem. (I was on COM's sister team of IIS at the time.) – George V. Reilly Mar 10 at 6:53
vote up 2 vote down

I was a dev at Microsoft at the time, and I have no idea whose ass the name .NET was pulled from. Anyone I talked to thought it was a lousy name for all the reasons already enumerated. At least it's pronounceable, unlike NGWS.

link|flag
vote up 0 vote down

it's called .NET so it wouldn’t show up in a Unix directory listing!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.