Click here to Skip to main content
15,879,095 members

Survey Results

C# - Cool or UnCool?   [Edit]

Survey period: 3 Jul 2000 to 9 Jul 2000

C# is out of the closet. So what d'ya think?

OptionVotes% 
Way cool. Can't wait to get my hands on a compiler24231.72
Doesn't fuss me either way17623.07
What a dud. I'm not impressed.34545.22



 
GeneralC# will.. Pin
2d15-Jul-00 4:25
2d15-Jul-00 4:25 
GeneralMicrosoft is behind the rise of Java and they will one responsible for the fall of COM, C# .... Pin
arvind singh14-Jul-00 10:40
arvind singh14-Jul-00 10:40 
GeneralRe: Microsoft is behind the rise of Java and they will one responsible for the fall of COM, C# .... Pin
Member 147417-Jul-00 14:24
Member 147417-Jul-00 14:24 
GeneralC# - a J++ rehash? Pin
Thomas Bratt7-Jul-00 2:04
Thomas Bratt7-Jul-00 2:04 
GeneralRe: C# - a J++ rehash? Pin
Member 26277-Jul-00 4:54
Member 26277-Jul-00 4:54 
GeneralRe: C# - a J++ rehash? Pin
Eddy Celis7-Jul-00 12:48
professionalEddy Celis7-Jul-00 12:48 
GeneralRe: C# - a J++ rehash? Pin
shimon8-Jul-00 19:55
shimon8-Jul-00 19:55 
GeneralRe: C# - a J++ rehash? Pin
Martin Lapierre12-Jul-00 6:03
Martin Lapierre12-Jul-00 6:03 
GeneralRe: C# - a J++ rehash? Pin
CloudJin9-Jul-00 20:19
CloudJin9-Jul-00 20:19 
GeneralRe: C# - a J++ rehash? Pin
Uncle Sam10-Jul-00 21:18
Uncle Sam10-Jul-00 21:18 
GeneralRe: C# - a J++ rehash? Pin
Member 147417-Jul-00 13:59
Member 147417-Jul-00 13:59 
GeneralIts gotta be good... Pin
Daz Richards3-Jul-00 12:29
Daz Richards3-Jul-00 12:29 
GeneralRe: Its gotta be good... Pin
Uncle Sam11-Jul-00 20:18
Uncle Sam11-Jul-00 20:18 
GeneralRe: Its gotta be good... Pin
Uncle Sam11-Jul-00 20:18
Uncle Sam11-Jul-00 20:18 
GeneralRe: Its gotta be good... Pin
Daz Richards11-Jul-00 23:18
Daz Richards11-Jul-00 23:18 
GeneralRe: Its gotta be good... Pin
Uncle Sam12-Jul-00 3:56
Uncle Sam12-Jul-00 3:56 
GeneralMy assessment Pin
Alvaro Mendez3-Jul-00 10:45
Alvaro Mendez3-Jul-00 10:45 
I've taken a somewhat modest look at the Language and Programmers References and my general feeling is: "not bad".

It's looking a lot like C++

with:
- garbage collection
- a finally clause
- consistent byte sizes for simple types
- support for COM
- built-in critical sections
- a common base class for all types

but without:
- templates
- multiple implementation inheritance
- stack allocation of objects
- const member functions
- global variables/functions
- operator delete


But it's looking a lot more like Java

with:
- support for COM
- operator overloading
- pointers (in unsafe code)

but without:
- cross-platform support
- a dedicated class library (like AWT, Swing, etc.)


Of the C++ features not available in C#, I think the most sorely missed will be templates. I guess Microsoft (like Sun) expects that the common "object" base class will serve as an adequate substitute. I'm not so sure about that. Multiple implemention inheritance would have been nice too but I guess it would have complicated things too much for the compiler.

Overall though, I think C# will be a cool little language for Windows development
GeneralRe: My assessment Pin
Keith Hill6-Jul-00 14:11
Keith Hill6-Jul-00 14:11 
GeneralRe: My assessment Pin
George6-Jul-00 22:38
George6-Jul-00 22:38 
GeneralRe: My assessment Pin
Member 11277-Jul-00 1:57
Member 11277-Jul-00 1:57 
GeneralRe: My assessment Pin
Alvaro Mendez7-Jul-00 5:21
Alvaro Mendez7-Jul-00 5:21 
GeneralRe: My assessment Pin
Alvaro Mendez7-Jul-00 5:58
Alvaro Mendez7-Jul-00 5:58 
GeneralMSDN Pin
Member 4642-Jul-00 21:27
Member 4642-Jul-00 21:27 

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.