Click here to Skip to main content
15,889,664 members

Survey Results

.NET - what interests you the most   [Edit]

Survey period: 17 Jul 2000 to 23 Jul 2000

.NET covers a wide variety of technologies - what interests you the most - and why?

OptionVotes% 
The new and updated languages.256.89
The Common Language Runtime.359.64
The simplification and increased speed of development.3910.74
The new tools, including Visual Studio.NET.328.82
The step to the next generation of the internet.174.68
New devices such as screen phones and smart devices.113.03
Nothing - it doesn't impress me.20456.20



 
GeneralWhat about a new poll? Pin
Member 23480818-Jul-00 8:19
Member 23480818-Jul-00 8:19 
GeneralRe: What about a new poll? Pin
Member 129918-Jul-00 22:26
Member 129918-Jul-00 22:26 
GeneralRe: What about a new poll? Pin
Keith Hill20-Jul-00 12:20
Keith Hill20-Jul-00 12:20 
GeneralThe reason for the JIT compiler Pin
Chris Maunder17-Jul-00 12:07
cofounderChris Maunder17-Jul-00 12:07 
GeneralRe: The reason for the JIT compiler Pin
zxwq18-Jul-00 11:14
susszxwq18-Jul-00 11:14 
GeneralRe: The reason for the JIT compiler Pin
jmw19-Jul-00 12:46
jmw19-Jul-00 12:46 
GeneralRe: The reason for the JIT compiler Pin
Otis B20-Jul-00 5:30
sussOtis B20-Jul-00 5:30 
GeneralRe: The reason for the JIT compiler Pin
Member 376620-Jul-00 10:09
Member 376620-Jul-00 10:09 
GeneralRe: The reason for the JIT compiler Pin
Stephen Howe9-Aug-00 3:48
Stephen Howe9-Aug-00 3:48 
General.NET sounds great... Pin
szcx17-Jul-00 10:16
szcx17-Jul-00 10:16 
GeneralRe: .NET sounds great... Pin
William Kempf20-Jul-00 12:13
sussWilliam Kempf20-Jul-00 12:13 
GeneralNot enough information? Pin
Chris Maunder17-Jul-00 10:07
cofounderChris Maunder17-Jul-00 10:07 
GeneralRe: Not enough information? Pin
Brandon Corfman17-Jul-00 11:00
sussBrandon Corfman17-Jul-00 11:00 
GeneralRe: Not enough information? Pin
iamthirteen17-Jul-00 17:00
sussiamthirteen17-Jul-00 17:00 
GeneralRe: Not enough information? Pin
Chris18-Jul-00 7:41
Chris18-Jul-00 7:41 
GeneralRe: Not enough information? Pin
jmw19-Jul-00 13:01
jmw19-Jul-00 13:01 
GeneralRe: Not enough information? Pin
Keith Hill20-Jul-00 12:37
Keith Hill20-Jul-00 12:37 
Generalsame old story Pin
Chris Losinger17-Jul-00 4:31
professionalChris Losinger17-Jul-00 4:31 
GeneralRe: same old story Pin
Paul Westcott17-Jul-00 9:15
Paul Westcott17-Jul-00 9:15 
GeneralRe: same old story Pin
Mike Klimentiev17-Jul-00 15:41
Mike Klimentiev17-Jul-00 15:41 
GeneralRe: same old story Pin
Paul Westcott19-Jul-00 12:25
Paul Westcott19-Jul-00 12:25 
GeneralRe: same old story Pin
David Brillon17-Jul-00 17:44
David Brillon17-Jul-00 17:44 
GeneralRe: same old story Pin
Carsten Bogelund18-Jul-00 3:57
Carsten Bogelund18-Jul-00 3:57 
GeneralRe: same old story Pin
JoeW18-Jul-00 7:26
JoeW18-Jul-00 7:26 
GeneralRe: same old story Pin
Peter19-Jul-00 14:32
Peter19-Jul-00 14:32 
Well, THESE things are an old root, called C. it was originally decided that C has no native string class; and The common acceptance of STL simply came too late (partially based on the fact that it requires a deep understanding of C++ and is very confusing for beginners).

Remember, C was originally designed to program both mainframes, and embedded systems that have neither display nor keyboard; or too few RAM to make dynamic memory managment useful. And C++ (luckily) inherited much of this attitude.

On the other hand, I agree - MS would have hit the spades if they had provided CString as MFC-independent class from the very beginning (one of the most tedious problems of ATL or raw Win32 programming is finding an appropriate string class - typical solution is to rip CString off MFC)

The other thing, C has always taken the option of the most effective code - and ANSI applications run faster under Win98, but under WinNT/2K, UNICODE applications are clearly favoured. That's why you have tons of macros for the Ansi/Unicode stuff in C. VB opted for BSTR's - but this was an easy choice, when UNICODE was somehthing that had to be supported and simplicity is favoured over effectivity. Remember, the C design thought of any weird "char" size (like 7 or 9 or whatever bits) - but not of a character type that is larger than the smalles adressible unit.

After all, it's the old song of the intentions of C - to clearly point this out: you can't blame MS being responsible for "too much backward compatibility", this time it was Bjarne himself.

------
Some general note:
If MS makes compromises to care for existing code they are blamed of being overly backward compatible (which I do, too, often enough), If they cut the rope, peoply cry "they betrayed us" (again, I often join this chorus).

I do MFC/ATL programming for a living, though I should be most "affected" by the change - strangely enough, I'm looking forward to these things. I simply hope for a relief of the COM pain.

Regards,
Pete

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.