oafc0000 Posted March 19, 2003 Posted March 19, 2003 Hi Guys and Girls Been using VB.NET for a couple of months now and I am finding that the executables are slow at executing. I have a fast machine so it isnt my machine. Anyone else found this? Quote
stustarz Posted March 19, 2003 Posted March 19, 2003 I find that it can take some time to run when debugging - but this would be due to .net compiling the code. Generally , though, on distributed apps I find it pretty quick - you may have a lot of activity in the load events that may cause the program to seem slow! Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
Machaira Posted March 19, 2003 Posted March 19, 2003 They seem to be as fast as VB6 apps after the initial firsttime startup. Quote Here's what I'm up to.
*Experts* Nerseus Posted March 19, 2003 *Experts* Posted March 19, 2003 Running from in the IDE in Debug mode is tremendously slower than running from an EXE in Retail mode (what a user will experience). I felt this fear as well but I'd try out your program the way a user will experience it first and see if you have reason to worry. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
wyrd Posted March 20, 2003 Posted March 20, 2003 *opens Java app* *opens .NET app* .NET is slow :confused: Wah?! :D Quote Gamer extraordinaire. Programmer wannabe.
*Experts* Nerseus Posted March 20, 2003 *Experts* Posted March 20, 2003 Here are a few links that you may find useful as well... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetperftechs.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetperftips.asp -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.