Click here to Skip to main content
15,891,855 members

Survey Results

Are you working with .NET?   [Edit]

Survey period: 21 Jun 2004 to 27 Jun 2004

It's been out for a while now, but are you using it?

OptionVotes% 
Yes98462.16
No, but we are planning to.21313.46
No38624.38



 
GeneralBreak-down of the 60'sh percent Pin
TRiegler15-Aug-04 3:00
TRiegler15-Aug-04 3:00 
GeneralI hate C# Pin
eric feng25-Jun-04 14:20
eric feng25-Jun-04 14:20 
GeneralRe: I hate C# Pin
bneacetp25-Jun-04 16:20
bneacetp25-Jun-04 16:20 
GeneralRe: I hate C# Pin
Ian Darling26-Jun-04 8:11
Ian Darling26-Jun-04 8:11 
GeneralRe: I hate C# Pin
eric feng26-Jun-04 19:41
eric feng26-Jun-04 19:41 
GeneralRe: I hate C# Pin
Ian Darling26-Jun-04 22:32
Ian Darling26-Jun-04 22:32 
GeneralRe: I hate C# Pin
AgeKay2-Jul-04 7:48
AgeKay2-Jul-04 7:48 
GeneralRe: I hate C# Pin
eric feng2-Jul-04 8:10
eric feng2-Jul-04 8:10 
GeneralI hate C# Pin
eric feng25-Jun-04 14:19
eric feng25-Jun-04 14:19 
GeneralAn issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 4:19
Nathan Holt at EMOM23-Jun-04 4:19 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic23-Jun-04 4:54
Nemanja Trifunovic23-Jun-04 4:54 
GeneralRe: An issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 5:20
Nathan Holt at EMOM23-Jun-04 5:20 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic23-Jun-04 5:48
Nemanja Trifunovic23-Jun-04 5:48 
GeneralRe: An issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 6:34
Nathan Holt at EMOM23-Jun-04 6:34 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic24-Jun-04 2:41
Nemanja Trifunovic24-Jun-04 2:41 
GeneralRe: An issue with .net namespaces Pin
Super Lloyd23-Jun-04 10:23
Super Lloyd23-Jun-04 10:23 
GeneralRe: An issue with .net namespaces Pin
Alvaro Mendez24-Jun-04 5:06
Alvaro Mendez24-Jun-04 5:06 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic24-Jun-04 5:35
Nemanja Trifunovic24-Jun-04 5:35 
GeneralRe: An issue with .net namespaces Pin
Alvaro Mendez24-Jun-04 8:39
Alvaro Mendez24-Jun-04 8:39 
GeneralRe: An issue with .net namespaces Pin
Ian Darling25-Jun-04 12:51
Ian Darling25-Jun-04 12:51 
I can't remember off the top of my head if C++ can do this (I think you can though - something like namespace A=Alongnamespace?), but in C# you can write something like:

using TcpChans=System.Runtime.Remoting.Channels.Tcp;

Which would let you alias namespaces to shorter names, rather than dumping the whole namespace in or using the long names.

As far as I'm concerned, a .cs (or .cpp file) is fine for importing a namespace, because it cannot affect anything outside it - which if you have a decent module/class design, means that you only have to import a couple of namespaces anyway, and makes the code more readable.

And there is the crux of the matter - import a namespace if it improves the clarity of a source file, don't if it confuses things.


Ian Darling
The world is a thing of utter inordinate complexity ... that such complexity can arise ... out of such simplicity ... is the most fabulous extraordinary idea ... once you get some kind of inkling of how that might have happened - it's just wonderful ... the opportunity to spend 70 or 80 years of your life in such a universe is time well spent as far as I am concerned - Douglas Adams
GeneralI need some idea. Pin
eric feng22-Jun-04 14:44
eric feng22-Jun-04 14:44 
GeneralRe: I need some idea. Pin
Super Lloyd22-Jun-04 16:44
Super Lloyd22-Jun-04 16:44 
GeneralRe: I need some idea. Pin
eric feng23-Jun-04 8:05
eric feng23-Jun-04 8:05 
GeneralRe: I need some idea. Pin
Super Lloyd23-Jun-04 10:19
Super Lloyd23-Jun-04 10:19 
GeneralRe: I need some idea. Pin
eric feng24-Jun-04 6:12
eric feng24-Jun-04 6:12 

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.