I'm finding the intellisense feature of VS.NET to be
slow when programming in C# compared to VB.NET.
anyone else ?
is it because C# does late binding ?
I'm finding the intellisense feature of VS.NET to be
slow when programming in C# compared to VB.NET.
anyone else ?
is it because C# does late binding ?
delay?
(is my machine faster than yours?)![]()
Never noticed that. But then, I don't have any delay with C#...
Anyway, if it happens then not because of binding issues. First, it doesn't affect the IDE, second, VB.Net and C# do exactly the same thing at runtime, they are actually the same at runtime (MSIL bytecode).
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law