Click here to Skip to main content
15,912,069 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: Why are there so many developers afraid of change? Pin
Christian Graus29-Jan-01 12:07
protectorChristian Graus29-Jan-01 12:07 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand29-Jan-01 15:41
sitebuilderTroy Marchand29-Jan-01 15:41 
GeneralRe: Why are there so many developers afraid of change? Pin
Leslie Nassar29-Jan-01 17:18
Leslie Nassar29-Jan-01 17:18 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand30-Jan-01 4:40
sitebuilderTroy Marchand30-Jan-01 4:40 
GeneralRe: Why are there so many developers afraid of change? Pin
Christian Graus30-Jan-01 13:51
protectorChristian Graus30-Jan-01 13:51 
GeneralRe: Why are there so many developers afraid of change? Pin
Jonathan Gilligan29-Jan-01 19:09
Jonathan Gilligan29-Jan-01 19:09 
GeneralRe: Why are there so many developers afraid of change? Pin
Chris Maunder30-Jan-01 3:41
cofounderChris Maunder30-Jan-01 3:41 
GeneralWhat I need to know about .NET Pin
Jonathan Gilligan30-Jan-01 6:34
Jonathan Gilligan30-Jan-01 6:34 
Here is a start. I will gather a better list and post it to the lounge later on.

  • Most of my work is on traditional GUI applications that run on a workstation (no client-server). For such applications, how should I think about factoring the design between managed code and non-managed code? Where will I take performance hits and how bad can I expect them to be? Where would .NET offer any great advantages?
  • How hard is it to interface managed and non-managed code? I do a lot of direct hardware control (data acquisition, video capture, instrument control) and a lot of numerically intensive work. If I have a high-performance C++ signal-analysis library, how hard is it to pass lots of data back and forth to it from managed code? How hard is it to interact with non-managed 3rd-party libraries for frame-grabbers, GPIB interfaces, etc? Where should I expect performance hits?
  • For client-server (2-tier), one big project I am working on is moving a workstation application written for Windows 9x and NT to a client-server model because many customers want to run it in client-server mode and access it from UNIX and WinNT workstations. How should I think of .NET in the context of Win2K server with heterogeneous clients? The application in question here does fairly involves analyzing large (millions to tens of millions of character) strings and producing graphical representations of patterns it finds, which the client should be able to interact with in a GUI. The server must also be able to interact with processes on remote UNIX machines. The requirement to play well with UNIX is driven by the customers' demands (UNIX is their industry standard and comparatively few of them use Windows extensively).
  • Right now, I'm investigating CORBA (with various Python ORBs) for the cross-platform C/S work and would want to know how .NET would play in a CORBA context. Perhaps SOAP would be a better protocol, since I don't need all the bells and whistles of CORBA. Again, MS does not give me much to go on regarding cross-platform work.
  • On the subject of your comment "I can't see many people writing managed applications from the ground up using C++. C# is so much easier, and in the end it all compiles down to MSIL anyway," one big feature of C++ for me is the ability to do generic programming (STL, etc.). I write a lot of template classes to implement design patterns and algorithms. From what I understand, C# does not support generic programming. Is this correct?


He was allying himself to science, for what was science but the absence of prejudice backed by the presence of money? --- Henry James, The Golden Bowl
GeneralRe: What I need to know about .NET Pin
Slavo Furman1-Feb-01 11:55
Slavo Furman1-Feb-01 11:55 
GeneralRe: What I need to know about .NET Pin
Slavo Furman1-Feb-01 11:55
Slavo Furman1-Feb-01 11:55 
GeneralRe: Why are there so many developers afraid of change? Pin
CodeGuy30-Jan-01 8:30
CodeGuy30-Jan-01 8:30 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand30-Jan-01 8:41
sitebuilderTroy Marchand30-Jan-01 8:41 
GeneralRe: Why are there so many developers afraid of change? Pin
30-Jan-01 8:52
suss30-Jan-01 8:52 
GeneralRe: Why are there so many developers afraid of change? Pin
Jim A. Johnson30-Jan-01 11:44
Jim A. Johnson30-Jan-01 11:44 
GeneralRe: Why are there so many developers afraid of change? Pin
Christian Graus30-Jan-01 13:03
protectorChristian Graus30-Jan-01 13:03 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand30-Jan-01 15:39
sitebuilderTroy Marchand30-Jan-01 15:39 
GeneralRe: Why are there so many developers afraid of change? Pin
31-Jan-01 4:33
suss31-Jan-01 4:33 
GeneralRe: Why are there so many developers afraid of change? Pin
Paul Westcott31-Jan-01 6:47
Paul Westcott31-Jan-01 6:47 
GeneralRe: Why are there so many developers afraid of change? Pin
Troy Marchand31-Jan-01 10:06
sitebuilderTroy Marchand31-Jan-01 10:06 
GeneralGarbage Collection, or garbage ? Pin
Christian Graus31-Jan-01 10:31
protectorChristian Graus31-Jan-01 10:31 
GeneralRe: Garbage Collection, or garbage ? Pin
Paul Westcott31-Jan-01 11:23
Paul Westcott31-Jan-01 11:23 
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 

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.