473,398 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Benchmark - VB.NET Vs VC++.NET

Hi,

Is there a benchmark, or anything that could help me to compare the
execution speed between VB.NET and VC++.NET ?

I plan to developt a SCADA application but I don't need very fast
reaction time such as x ms., 1 sec. would be enough.

So I taught at first that I would need VC++.NET to make an ActiveX
driver layer that the VB.NET application could use to get a connection
to the hardware process. But as I am reading my VB.NET Bible, I see
that it is much more powerfull that I taught at first. I learned that
it can do multi-threading, that it is a full OO language. So do I
really need VC++.NET?

Thanks you for your tips!

Mart

Nov 20 '05 #1
6 3853
Cor
Hi Mart,

I think that the most important thing for you to decide is if you can make
your applications with managed code.

It is an intermidiate code that has to be processed by the framework (net
1.0 or net 1.1).

If that is possible you can start thinking about VB.Net if not you have to
keep it with C++.

I hope this helps something?

Cor

Is there a benchmark, or anything that could help me to compare the
execution speed between VB.NET and VC++.NET ?

I plan to developt a SCADA application but I don't need very fast
reaction time such as x ms., 1 sec. would be enough.

So I taught at first that I would need VC++.NET to make an ActiveX
driver layer that the VB.NET application could use to get a connection
to the hardware process. But as I am reading my VB.NET Bible, I see
that it is much more powerfull that I taught at first. I learned that
it can do multi-threading, that it is a full OO language. So do I
really need VC++.NET?

Nov 20 '05 #2
Hi Cor,

I didn't knew about managed code in VB.NET. This is interesting, where
can I read more about it?

Thank you

Mart

Cor wrote:
Hi Mart,

I think that the most important thing for you to decide is if you can make
your applications with managed code.

It is an intermidiate code that has to be processed by the framework (net
1.0 or net 1.1).

If that is possible you can start thinking about VB.Net if not you have to
keep it with C++.

I hope this helps something?

Cor
Is there a benchmark, or anything that could help me to compare the
execution speed between VB.NET and VC++.NET ?

I plan to developt a SCADA application but I don't need very fast
reaction time such as x ms., 1 sec. would be enough.

So I taught at first that I would need VC++.NET to make an ActiveX
driver layer that the VB.NET application could use to get a connection
to the hardware process. But as I am reading my VB.NET Bible, I see
that it is much more powerfull that I taught at first. I learned that
it can do multi-threading, that it is a full OO language. So do I
really need VC++.NET?



Nov 20 '05 #3
Is it really fair to compare the speed of any .NET code?

After all, doesn't it all depend on the IDL? Which is where everything is
compiled down to anyways in .NET?

I think its important to remember that the CLR is the basis of everything,
and that is where the actual speed of execution comes from.

"Cor" <no*@non.com> wrote in message
news:eP**************@TK2MSFTNGP09.phx.gbl...
Hi Mart,

I think that the most important thing for you to decide is if you can make
your applications with managed code.

It is an intermidiate code that has to be processed by the framework (net
1.0 or net 1.1).

If that is possible you can start thinking about VB.Net if not you have to
keep it with C++.

I hope this helps something?

Cor

Is there a benchmark, or anything that could help me to compare the
execution speed between VB.NET and VC++.NET ?

I plan to developt a SCADA application but I don't need very fast
reaction time such as x ms., 1 sec. would be enough.

So I taught at first that I would need VC++.NET to make an ActiveX
driver layer that the VB.NET application could use to get a connection
to the hardware process. But as I am reading my VB.NET Bible, I see
that it is much more powerfull that I taught at first. I learned that
it can do multi-threading, that it is a full OO language. So do I
really need VC++.NET?


Nov 20 '05 #4
Cor
Hi Mart,

Maybe you can start here

http://msdn.microsoft.com/library/de...anagedcode.asp
I didn't knew about managed code in VB.NET. This is interesting, where
can I read more about it?

Thank you

Mart

Cor wrote:
Hi Mart,

I think that the most important thing for you to decide is if you can make your applications with managed code.

It is an intermidiate code that has to be processed by the framework (net 1.0 or net 1.1).

If that is possible you can start thinking about VB.Net if not you have to keep it with C++.

I hope this helps something?

Cor
Is there a benchmark, or anything that could help me to compare the
execution speed between VB.NET and VC++.NET ?

I plan to developt a SCADA application but I don't need very fast
reaction time such as x ms., 1 sec. would be enough.

So I taught at first that I would need VC++.NET to make an ActiveX
driver layer that the VB.NET application could use to get a connection
to the hardware process. But as I am reading my VB.NET Bible, I see
that it is much more powerfull that I taught at first. I learned that
it can do multi-threading, that it is a full OO language. So do I
really need VC++.NET?


Nov 20 '05 #5
Cor
Hi CJ,

I did not write this because of the speed, but because of the problem that
Mart has to fix.
Can he do it with managed code? If not, the speed is not important anymore.

Cor.
Is it really fair to compare the speed of any .NET code?

After all, doesn't it all depend on the IDL? Which is where everything is
compiled down to anyways in .NET?

I think its important to remember that the CLR is the basis of everything,
and that is where the actual speed of execution comes from.

Nov 20 '05 #6
Hey Cor,

I know... I was just trying to stir some interesting stuff up today...
pretty boring over here...

=)

-CJ
"Cor" <no*@non.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi CJ,

I did not write this because of the speed, but because of the problem that
Mart has to fix.
Can he do it with managed code? If not, the speed is not important anymore.
Cor.
Is it really fair to compare the speed of any .NET code?

After all, doesn't it all depend on the IDL? Which is where everything is compiled down to anyways in .NET?

I think its important to remember that the CLR is the basis of everything, and that is where the actual speed of execution comes from.


Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Duncan Lissett | last post by:
Is there a Python implementation of Martin Richards benchmark Bench? Be interesting to add it to these www.lissett.com/ben/exp/bench1.htm
15
by: Duncan Lissett | last post by:
I'd appreciate any suggestions on how to make faster Python implementations of Richards benchmark. Perhaps there are obvious problems that can be corrected? http://www.lissett.com/ben/bench1.htm
0
by: julio | last post by:
Hello Guys, AlphaServer EV6 processor 500mhz/1Gm memory with Linux mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); +----------------------------------------------+ |...
3
by: Steve | last post by:
Hi, I'm currently looking a porting our Windows Codewarrior based C++ projects to MinGW and/or Visual Studio and I'm just wondering if there is a 'standard' suite of benchmark programs I can...
2
by: Jan Schäfer | last post by:
Hi all, I want to measure Compiler performance in different C++ abstraction levels on several architectures. I am writing my own benchmark code, implementing the main algorithm I use in my...
2
by: Matthijs van Waveren | last post by:
"Your opportunity to be a RECOGNIZED EXPERT in the HPC Community" The SPEC High Performance Group is seeking candidates for a benchmark suite based on Message Passing Interface (MPI)...
2
by: um | last post by:
When the POSIX pthreads library for w32 release 2-2-0 (http://sources.redhat.com/pthreads-win32/) is compiled with VC++6 then it compiles and passes all the benchmark tests in the subdirectory...
16
by: Jorge | last post by:
Webkit r34469 vs. Opera 9.50 : 3.00x as fast 6339.6ms(Opera) 2109.8ms (Webkit) ----- FF3.0 (final) vs. Opera 9.50 : 1.94x as fast 6339.6ms (Opera) 3269.6ms (FF3)
37
by: Jack | last post by:
I know one benchmark doesn't mean much but it's still disappointing to see Python as one of the slowest languages in the test: ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.