Click here to Skip to main content
15,894,343 members

Survey Results

Are you planning on using .NET   [Edit]

Survey period: 29 Jan 2001 to 4 Feb 2001

.NET has been the biggest buzz word of the last 6 months - but will you use it? (thanks to Ramon Smits for inspiration)

OptionVotes% 
I definitely want to19120.81
I will - but not by choice.303.27
I have no idea (depends on my managers)313.38
I have no idea (too early to tell)20722.55
No, but I like the environment181.96
Definitely not.44148.04



 
GeneralRe: Garbage Collection, or garbage ? Pin
Christian Graus31-Jan-01 11:36
protectorChristian Graus31-Jan-01 11:36 
GeneralRe: Garbage Collection, or garbage ? Pin
Paul Westcott31-Jan-01 12:57
Paul Westcott31-Jan-01 12:57 
GeneralRe: Why are there so many developers afraid of change? Pin
Chris Losinger31-Jan-01 8:05
professionalChris Losinger31-Jan-01 8:05 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand31-Jan-01 9:54
sitebuilderTroy Marchand31-Jan-01 9:54 
GeneralRe: Why are there so many developers afraid of change? Pin
Paul Westcott31-Jan-01 11:38
Paul Westcott31-Jan-01 11:38 
GeneralRe: Why are there so many developers afraid of change? Pin
Chris Losinger1-Feb-01 10:41
professionalChris Losinger1-Feb-01 10:41 
GeneralDefinetly not??? Pin
Paul Westcott29-Jan-01 10:00
Paul Westcott29-Jan-01 10:00 
GeneralRe: Definetly not??? Pin
Mike Klimentiev29-Jan-01 11:18
Mike Klimentiev29-Jan-01 11:18 
I believe it's the same reason as not admitting VB as a programming tool - mostly snobbism.Frown | :( . Believe me, you can write 80% of almost any application as efficiently in VB as in C++ if you understand what is going on behind the scene, but you'll spend much less time on writing type conversion code, etc. I've talked with a Microsoft's guy from the compiler group some time ago and he told me a sad story how they improved efficiency of the compiled code by 30% but the overall impact was negligible - any call to memory management subsystem eats for breakfast any compiler level improvements.

I understand that a lot of people just don't have a choice - you can't write device drivers in VB or C-sharp - but if you are writing server side code then CLR should be as good as Java. And some people just don't realize that there is no difference between managed C++, C-sharp and VB in the CLR environment. Paul is absolutely right - it's just different runtime model (or different C runtime library, or different virtual machine if you wish) and if you are going to use it depends entirely on your needs and trade-offs between safety, speed, availability and time to market.

BTW, in some (many?) situations CLR's memory management will be even more efficient then conventional heap-based memory management - it's very fast in the allocation phase.
GeneralRe: Definetly not??? Pin
Christian Graus29-Jan-01 12:02
protectorChristian Graus29-Jan-01 12:02 
GeneralRe: Definetly not??? Pin
Paul Westcott29-Jan-01 12:23
Paul Westcott29-Jan-01 12:23 
GeneralRe: Definetly not??? Pin
Christian Graus29-Jan-01 12:43
protectorChristian Graus29-Jan-01 12:43 
GeneralRe: Definetly not??? Pin
Paul Westcott29-Jan-01 13:14
Paul Westcott29-Jan-01 13:14 
GeneralRe: Definetly not??? Pin
Christian Graus29-Jan-01 13:32
protectorChristian Graus29-Jan-01 13:32 
GeneralRe: Definetly not??? Pin
Paul Westcott29-Jan-01 13:58
Paul Westcott29-Jan-01 13:58 
GeneralRe: Definetly not??? Pin
Jonathan Gilligan30-Jan-01 5:37
Jonathan Gilligan30-Jan-01 5:37 
GeneralRe: Definetly not??? Pin
Paul Westcott30-Jan-01 7:47
Paul Westcott30-Jan-01 7:47 
GeneralRe: Definetly not??? Pin
Jonathan Gilligan30-Jan-01 8:06
Jonathan Gilligan30-Jan-01 8:06 
GeneralRe: Definetly not??? Pin
Paul Westcott31-Jan-01 6:59
Paul Westcott31-Jan-01 6:59 

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.