Click here to Skip to main content
15,880,956 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 
One of the things that confused me (and I admit, made me sceptical) was the whole concept of the need for an intermediate language. If it all gets compiled to native code in the end, why not simply compile it to native at the start and be done with it.

The reasons are as follows: JIT compiling allows the CLR to produce code that will take advantage of the current processor. Current compilers will default to supporting the 486 chipset, whereas many of us are running PIII's. Compiling just-in-time allows the CLR to use the maximum capabilities of the current processor (or processors) by producing code that takes advantage of, say MMX instructions or PIII specific instructions should they be available.

Another reason is the compile-once, run anywhere advantage. No more shipping separate x86 and Alpha versions. An IL exe will be able to run on x86, Alpha, Itanium 64bit, mobile chips (SH3, MIPS etc).

Finally, JIT compiling means the CLR can produce different code for different circumstances. Suppose system memory is running low - the compiler can compile and run in a way that minimises impact on system resources.
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 

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.