Is it possible to make a vb.net application faster
Through code like using characters that the Computer already understands
Like coding in certain areas through y x (math) etc.
Will it be More faster since the compiler don't have to really do much work
But its still must be VB.NET <Basic ways to make my apps faster>
:-/
Recommended Answers
Jump to PostI don't see how the compiler fits in this, as it's only used during creation and not execution (vs interpreter who is invoked at run-time).
I've seen an article about it, but was more about what to place in a loop and what not to or where to use vars/constants …
Jump to PostNot everything programmed in C++ is faster than VB.NET. It is just matter of using the right data structure and the right algorithm for your problem.
Jump to Postyes C++ really faster than VB.NET
Jump to PostAs VB.NET already says it in its name... your application need to inject .NET code at runtime (which C++ don't need to)
Beside that, the speed is also the result of a clean and productive coding style. Means if the coder have unnecessary loops, checks or using a hell of …
Jump to Postyes C++ really faster than VB.NET
I don't think you get my idea. Not everything written in C++ is faster then VB.NET. If C++ program is using the wrong algorithm for the problem, VB.NET that using the right algorithm will perform better.
your application need to inject .NET code at …
All 34 Replies
adam_k
239
Master Poster
VB 2012
4
Junior Poster
VB 2012
4
Junior Poster
VB 2012
4
Junior Poster
invisal
381
Search and Destroy
M.Waqas Aslam
commented:
nice
+1
ranawaqar
0
Newbie Poster
GeekByChoiCe
152
Practically a Master Poster
Featured Poster
adam_k
239
Master Poster
invisal
381
Search and Destroy
VB 2012
4
Junior Poster
invisal
381
Search and Destroy
VB 2012
4
Junior Poster
VB 2012
4
Junior Poster
adam_k
239
Master Poster
VB 2012
4
Junior Poster

Unhnd_Exception
invisal
381
Search and Destroy
invisal
381
Search and Destroy
VB 2012
4
Junior Poster
codeorder
197
Nearly a Posting Virtuoso
invisal
381
Search and Destroy
codeorder
197
Nearly a Posting Virtuoso
invisal
381
Search and Destroy
codeorder
197
Nearly a Posting Virtuoso
invisal
381
Search and Destroy
codeorder
commented:
Garbage Collector?; forgot about it, hobbyist and all.thanx. :)
+12
codeorder
197
Nearly a Posting Virtuoso
VB 2012
4
Junior Poster
codeorder
commented:
thanx for forum.concern:)
+12
codeorder
197
Nearly a Posting Virtuoso

Unhnd_Exception
codeorder
commented:
"just because" I'm glad to have you as a friend again on my Daniweb.Friends.List.:) All the best to you and don't ever forget the "code.order".:) btw, it's only -=3 for.now.:D
-3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.