Click here to Skip to main content
15,914,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to speed up loading of nodes in Tree Pin
Werdna5-May-04 7:32
Werdna5-May-04 7:32 
GeneralInheritng C.Controls Pin
sreejith ss nair5-May-04 2:43
sreejith ss nair5-May-04 2:43 
GeneralRe: Inheritng C.Controls Pin
Heath Stewart5-May-04 4:25
protectorHeath Stewart5-May-04 4:25 
GeneralVB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 2:25
Serge Lobko-Lobanovsky5-May-04 2:25 
GeneralRe: VB.NET or C# Pin
Rhelic5-May-04 2:29
Rhelic5-May-04 2:29 
GeneralRe: VB.NET or C# Pin
Colin Angus Mackay5-May-04 2:48
Colin Angus Mackay5-May-04 2:48 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 3:37
Serge Lobko-Lobanovsky5-May-04 3:37 
GeneralIt's not about syntax Pin
Daniel Turini5-May-04 3:02
Daniel Turini5-May-04 3:02 
Serge Lobko-Lobanovsky wrote:
I completed a bunch of business projects in VB6 which make use of COM, DCOM, TCP/IP, serial comms in the past, and I am sure that I made it way much faster than if somebody using C++.
Yes: a monothreaded, non-scalable solution, with poor exception support. Not because you are a bad programmer, but because VB sucks.

Serge Lobko-Lobanovsky wrote:
Why the heck do I need to recompile my project every time I add a new method or property for it to show up in Intellisense?
I really don't know, you probably messed up your development environment.

Serge Lobko-Lobanovsky wrote:
multi-threaded programming
I'm yet to see a pure VB programmer who clearly knows where to use and can differ a mutex, a semaphore or an event. Or who can spot a race condition or a deadlock.
A challenge: just as a test about the average VB multi-thread programming knowledge, I see you are an above average VB programmer.
The System.Threading.Thread class has two methods for waiting: Sleep and SpinWait. Why would one call SpinWait instead of Sleep for a pause on a thread?
I never saw a SpinWait call on a VB.NET program, can you say why?

The biggest troubles about VB are not about syntax, is about the ugly, poor, simplistic, type system.
Read my opinion on this article: GBVB - Converting VB.NET Code to C#[^]


Due to technical difficulties my previous signature, "I see dumb people" will be off until further notice. Too many people were thinking I was talking about them... Sigh | :sigh:
GeneralRe: It's not about syntax Pin
Serge Lobko-Lobanovsky5-May-04 3:50
Serge Lobko-Lobanovsky5-May-04 3:50 
GeneralRe: It's not about syntax Pin
scadaguy5-May-04 5:32
scadaguy5-May-04 5:32 
GeneralRe: It's not about syntax Pin
Andy Brummer5-May-04 9:36
sitebuilderAndy Brummer5-May-04 9:36 
GeneralRe: VB.NET or C# Pin
Colin Angus Mackay5-May-04 3:06
Colin Angus Mackay5-May-04 3:06 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:05
Serge Lobko-Lobanovsky5-May-04 4:05 
GeneralRe: VB.NET or C# Pin
Heath Stewart5-May-04 4:23
protectorHeath Stewart5-May-04 4:23 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:45
Serge Lobko-Lobanovsky5-May-04 4:45 
GeneralRe: VB.NET or C# Pin
Heath Stewart5-May-04 5:15
protectorHeath Stewart5-May-04 5:15 
GeneralRe: VB.NET or C# Pin
Daniel Turini5-May-04 8:45
Daniel Turini5-May-04 8:45 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky9-May-04 23:19
Serge Lobko-Lobanovsky9-May-04 23:19 
GeneralRe: VB.NET or C# Pin
Stefan Troschuetz5-May-04 3:54
Stefan Troschuetz5-May-04 3:54 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:16
Serge Lobko-Lobanovsky5-May-04 4:16 
GeneralRe: VB.NET or C# Pin
Stefan Troschuetz5-May-04 4:31
Stefan Troschuetz5-May-04 4:31 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:56
Serge Lobko-Lobanovsky5-May-04 4:56 
GeneralRe: VB.NET or C# Pin
Stefan Troschuetz6-May-04 8:43
Stefan Troschuetz6-May-04 8:43 
GeneralCPU&memory usage Pin
bgd16085-May-04 2:03
bgd16085-May-04 2:03 
GeneralRe: CPU&memory usage Pin
..Hubert..5-May-04 3:19
..Hubert..5-May-04 3:19 

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.