So, Microsoft, when are you going to start explaining what you're doing to help people like me do things better? You've done a dreadful job of: 1) Coming out with new technologies that improve my life (at least in the past six months). 2) Explaining what you did come out with (does anyone really understand .NET?) [Scobleizer Radio Weblog]
Believe it or not, .NET is not directly for you. You don't write software. However, as is all too common in tech companies, the marketing people -- who are extremely smart at marketing, but generally technologically inept -- have attempted to spin the term ".NET" into anything and everything. I fully place the blame onto the marketing people, desperate for some way to justify their existence. We never saw this kind of stupidity with the Win32 API.
The bulk of what we call .NET -- that is, the .NET Platform -- is for developers only. It Anything else you may have heard is a rumor. Disregard it. :)
[The .NET Guy]
Yes, I agree with Brad. Very much like the COM and ActiveX days, the Microsoft Marketing folks have applied the .NET term to everything including all the BackOffice Servers and everything else. Never mind that none of these have any .NET "bits" in it. I just did a presentation on this for 50 people at my client. .NET breaks down into 4 pieces:
- The .NET Framework
- .NET Enterprise Servers
- HailStorm, .NET My Services -> morphing into something can't say yet
- Visual Studio.NET and Dev Tools
When we talk about .NET and what Brad and I all mean by .NET is number 1. The .NET Frameworks consists of the CLR and the BCL (Base Class Library). The runtime plus the incredibly rich OO class library are what we believe to enable quick construction and deployment of Web Services, rich Web apps (through ASP.NET + WebForms) and incredibly rich clients (via WinForms). This is all for programmers (and VS.NET). 2 is a bundled marketing term. I highly recomend David Chappell's most excellent 20,000 foot view on .NET for those wanting a non-technical view.
10:50:02 AM
|