- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Things like this wouldn't happen if more people used undecipherable 3-letter variable names. This would be a prime candidate for acronymization. :p
It does amaze me that intellisense has no collapsing or side scrolling, or some way to recover from situations like this. Didn't VS 6 at least pull the next line back under the function name with an indent?
Admin
I'm debating on whether the herarchical class namespace thing was necessarily a good idea from the start, or whether VS.NET should add a "..." somewhere in that long string of nestings, or possibly only display the deepest node in the heirarchy.
I'm unable to see the rest of the screen, but does the poor unfortunant OP have to go through that series of "."'s each time they access a member function?
Admin
A simple:
using Hubbard.Connect.BusinessEntities;
and some other strategically placed using declarations would solve this problem.
Admin
Besides the Intellisense thing (the Visual Studio devs could use more efficiently that text area) there isn't much of a WTF this time.
I can see 3 member hiding warnings but it could be that the screen shot was taken while the code was actually written and then this is not from production code.
about the gif's... (funny ones BTW)
I kind of like Oracle some Oracle features (and dislike others) but I don't care at all about someone bashing it, if people have the time and willingness to do that good for them.
There's a lot of MS bashing in the other campus so maybe it's just fair.
Admin
Ironically, that screenshot also breaks the layout of the forum tables in FireFox.
Admin
<font size="3"><font face="Times New Roman">Are you sure about this?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></font></font>
AFAIK using clauses does not modify how Intellisense display the members of a class (that is showing the full class hierarchies).Admin
VS.NET ( at least my version 2003 I believe) does scroll left to right but you have to use the scroll bar at the bottom. I'm a fan of detail over confusing acronyms so long namespaces don't bother me. This one is a bit extreme though.
Admin
Moin,
And now, if you sent the right Content-Type (no, I'm pretty sure 'text/html' isn't right) with the random gifs ...
--
Henryk Plötz
Grüße aus Berlin
Admin
the biggest problem is that you're using '.Net' crap. '.Net' is MS's biggest boondoggle, and they wasted a billion dollars doing it. Just think, they could have been spending all that on changing the interface to be like Star Trek or HAL 9000. But Noooo.... they had to go and waste everyone's time with something idiotic like ".Net", hence the bozillian-dotted-name-hierarchy-this-is-being-done-to-illustrate-a-point naming nonsense, trivial functionality done with objects to guarantee that Intel will sell more CPU's as people have to upgrade their hardware to compensate for code inefficiency in its very core. People actually make money programming C# for '.Net'? I thought all of that was being farmed out to India...!
Admin
The real WTF here are those stupid nested namespaces of .NET. And you can't just dump all the crap from the namespace to a global scope with a using statement cause thats ugly and might cause collisions.
Best solution is rename the namespace to something shorter/more sensible when importing.
Admin
uh....
Admin
As if Java is that much different. IIRC Java uses a very similar naming convention for classes.. something to the effect of "<org>.<product>.<module>.<class>.<member>"
At least with .NET the code is compiled during the first run-time from the IL executable. Java still does JIT compilation. Of course, I could be misunderstanding this and .NET is also a JIT-based system.
Admin
.NET is JIT based. Each method is JIT-Compiled when first called, and remains in a working cache of compiled code for subsequent calls. When the application is run again, the process begins again unless the application is explicitly pre-compiled inm which case it always remains compiled.
Admin
Don't feed the trolls.
Admin
Why's this C# and .NET stuff so damn popular anyway? Oh well, might as well ask why
Admin
I just have to say... poor poor guy. That happened to me once with the SqlCommand intellisense, but I backspaced and reopened the parameter portion (SqlCommand()) and it fixed itself; I still shat myself when I saw it, but hey, it all worked out in the end.
Admin
Couldn't have said it better myself.
Admin
<font style="BACKGROUND-COLOR: #efefef"><font size="2">What is with the anonymous posts here? If it is not already setup this way, anonymous posts should be disallowed, and if it is already setup as such, best check the software. This sort of forum can really start to degrade into stupidly when folks can post without some sort of accountability. Just a thought, drew..</font>
</font>
Admin
and the quote: <font size="2">"to degrade into stupidly" was from my software i call FreudianWriter. Contact me off-forum if you want a copy. [:$] drew..ps: with the software turned off, it would render "to degrade into stupidity"..</font>
Admin
Why does the fucking feed still not work properly?
Admin
Because there is no $#!^% feed on this site. There is a feed, but you have to go to another kind of site for a $#!^% feed.