473,382 Members | 1,786 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,382 software developers and data experts.

Difference between C# and VB.NET

Hi Guys,

It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.

Are there anything that i can do in one language and cannot in other?
And finally why C# seems to be a sort of standard in industry?

Regards,
Raj Dhrolia.
Jul 21 '05 #1
19 2123
Cor
Hi Raj,
It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.
There is no technical difference only a language difference and some small
differences
- With C# there is a better posibility to make program documentation
- VB.net has a larger instruction set.
Are there anything that i can do in one language and cannot in other?
Yes because it is a different language, but you can make with both the same
things.
And finally why C# seems to be a sort of standard in industry?


C# and VB.net needs both the Net framework that only runs completly on W98+,
NT4 sp6+ and newer Window OS systems. There are activities with Mono on
Linux for both C# and VB.net

Here some links to see the differences between C# and VB.net

Code C# and VB
http://www.harding.edu/USER/fmccown/...omparison.html

Language compare
http://msdn.microsoft.com/library/en...quivalents.asp

I hope this helps a little bit?

Cor
Jul 21 '05 #2
Cor,

First of all: Merry Christmas! :-)
- With C# there is a better posibility to make program documentation In VB.NET you can also create very easily great looking documentation with
the VB Commenter power toy
(http://www.gotdotnet.com/team/ide/he...ommenter.aspx).

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Cor" <no*@non.com> schreef in bericht
news:Od**************@tk2msftngp13.phx.gbl... Hi Raj,
It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.
There is no technical difference only a language difference and some small
differences
- With C# there is a better posibility to make program documentation
- VB.net has a larger instruction set.
Are there anything that i can do in one language and cannot in

other?
Yes because it is a different language, but you can make with both the same things.
And finally why C# seems to be a sort of standard in industry?
C# and VB.net needs both the Net framework that only runs completly on

W98+, NT4 sp6+ and newer Window OS systems. There are activities with Mono on
Linux for both C# and VB.net

Here some links to see the differences between C# and VB.net

Code C# and VB
http://www.harding.edu/USER/fmccown/...omparison.html

Language compare
http://msdn.microsoft.com/library/en...quivalents.asp
I hope this helps a little bit?

Cor

Jul 21 '05 #3

"Cor" <no*@non.com> schreef in bericht
news:Od**************@tk2msftngp13.phx.gbl...
Hi Raj,
It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.
There is no technical difference only a language difference and some small
differences
- With C# there is a better posibility to make program documentation
- VB.net has a larger instruction set.


What about unsafe code in C# and VB.Net also doesn't support operator
overloading though they are planning on adding it
(http://blogs.gotdotnet.com/cambecc/p...50-4237-a751-1
27195cceeab).
Are there anything that i can do in one language and cannot in

other?
Yes because it is a different language, but you can make with both the same things.
And finally why C# seems to be a sort of standard in industry?
C# and VB.net needs both the Net framework that only runs completly on

W98+, NT4 sp6+ and newer Window OS systems. There are activities with Mono on
Linux for both C# and VB.net

Here some links to see the differences between C# and VB.net

Code C# and VB
http://www.harding.edu/USER/fmccown/...omparison.html

Language compare
http://msdn.microsoft.com/library/en...quivalents.asp
I hope this helps a little bit?

Cor


Yves
Jul 21 '05 #4
Cor
Hi Jan,

First of all: Merry Christmas! :-)


The same for me to you.

Cor
Jul 21 '05 #5
Sure, Operator Overloading is not yet available in VB.NET, but will be
available in the next version. And you can't write unsafe code in VB.NET
(but who would want to do that anyway ;-). But there are some things VB.NET
has and C# doesn't: background compilation, more intelligent intellisense,
.... So yes: there are some things that can be done in C# and not in VB.NET,
and visa versa. But all the "important stuff" (like OO) can be done in both
languages.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"phoenix" <pa******@skynetWORK.be> schreef in bericht
news:u6**************@TK2MSFTNGP09.phx.gbl...

"Cor" <no*@non.com> schreef in bericht
news:Od**************@tk2msftngp13.phx.gbl...
Hi Raj,
It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.
There is no technical difference only a language difference and some small
differences
- With C# there is a better posibility to make program documentation
- VB.net has a larger instruction set.


What about unsafe code in C# and VB.Net also doesn't support operator
overloading though they are planning on adding it

(http://blogs.gotdotnet.com/cambecc/p...50-4237-a751-1 27195cceeab).
Are there anything that i can do in one language and cannot in other?

Yes because it is a different language, but you can make with both the

same
things.
And finally why C# seems to be a sort of standard in industry?


C# and VB.net needs both the Net framework that only runs completly on

W98+,
NT4 sp6+ and newer Window OS systems. There are activities with Mono on
Linux for both C# and VB.net

Here some links to see the differences between C# and VB.net

Code C# and VB
http://www.harding.edu/USER/fmccown/...omparison.html

Language compare

http://msdn.microsoft.com/library/en...quivalents.asp
I hope this helps a little bit?

Cor


Yves

Jul 21 '05 #6
Cor
Hi Phoenix,

Before there become misunderstandings, the code made with VB.net and C# is
the same.
(If you have in VB.net option strict on).

For unmanaged code you can use C++ but that is something else than C#

Cor
Jul 21 '05 #7

"Cor" <no*@non.com> schreef in bericht
news:Oe*************@TK2MSFTNGP09.phx.gbl...
Hi Phoenix,

Before there become misunderstandings, the code made with VB.net and C# is
the same.
(If you have in VB.net option strict on).

For unmanaged code you can use C++ but that is something else than C#

Cor


I'm talking about unsafe code, not unmanaged code.

It's not often used but a while back I needed to write some image
manipulation functions and without unsafe code they would take 10 times the
time to do the same job. With unsafe code however they get pretty close to
'old-fashioned' C/C++ code in execution time.

Yves
Jul 21 '05 #8
Cor
Hi Phoenix,

Misunderstanding from me, thank you for making it clear.

Cor
Jul 21 '05 #9
Although you can do it, programming Office apps is really ugly in C#,
mainly because it doesn't support optional arguments (which are
everywhere in VBA). There's also some really ugly late binding stuff,
particularly in Word, that's a PITA in C#. If you have to code Office,
you'll be happier using VB.NET.

-- Mary
MCW Technologies
http://www.mcwtech.com

On Fri, 26 Dec 2003 16:54:42 +0530, "Raj Dhrolia"
<ra********@hotmail.com> wrote:
Hi Guys,

It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.

Are there anything that i can do in one language and cannot in other?
And finally why C# seems to be a sort of standard in industry?

Regards,
Raj Dhrolia.


Jul 21 '05 #10
BGD
I learned VB.NET but quickly moved to C# as most of the online samples,
code snippets, source code for books, etc. seems to be in C#. I am
programming mainly for smart devices using the compact framework and have
noticed that C# programs load faster and the exe sizes are smaller. It was
also fun learning C#.
I have been using VB since the first beta more than 12 years ago and it
was getting a little boring. The one nice thing about coding in VB using
Visual Studio is the code editor. That is about the only thing that I miss
from VB though...

"Raj Dhrolia" <ra********@hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Guys,

It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.

Are there anything that i can do in one language and cannot in other?
And finally why C# seems to be a sort of standard in industry?

Regards,
Raj Dhrolia.

Jul 21 '05 #11
> I am
programming mainly for smart devices using the compact framework and have
noticed that C# programs load faster and the exe sizes are smaller.
Could you give an example, because I don't think this is true... Both VB.NET
and C# code compiles to the same IL that is executed!

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"BGD" <tb******@hotmail.com> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl... I learned VB.NET but quickly moved to C# as most of the online samples, code snippets, source code for books, etc. seems to be in C#. I am
programming mainly for smart devices using the compact framework and have
noticed that C# programs load faster and the exe sizes are smaller. It was
also fun learning C#.
I have been using VB since the first beta more than 12 years ago and it was getting a little boring. The one nice thing about coding in VB using
Visual Studio is the code editor. That is about the only thing that I miss
from VB though...

"Raj Dhrolia" <ra********@hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Guys,

It might seem to be a very easy question, but i am very much eager to know some good technical difference between C# and VB.NET.

Are there anything that i can do in one language and cannot in other? And finally why C# seems to be a sort of standard in industry?

Regards,
Raj Dhrolia.


Jul 21 '05 #12
First off, its unlikely that any two compilers are going to result in the
same IL every time. Each compiler(even across versions for a given language)
may well chose different ways to achieve the same thing. For example, as
outlined in [1], the C# compiler chooses a different code path to load a
int64 than the vb one. The vb method is larger, but both will probably
result in similar(or equal) code upon JIT'ing.
The VB compiler also has a tendency to issue emit extra nop's for some
reason. I doubt it is important in the end(the JIT should clear that up),
but it can make larger executables. IIRC there is also a different default
alignment between the two, so in some cases the VB.NET compiler will result
in smaller code as well(C# should default to 4096, VB to 512).
Its really not too relevent, you should be able to throw up quick samples in
VB & C# and run them through ILDASM and see for yourself.

1. http://tinyurl.com/2h8gl
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
I am
programming mainly for smart devices using the compact framework and have
noticed that C# programs load faster and the exe sizes are smaller.
Could you give an example, because I don't think this is true... Both

VB.NET and C# code compiles to the same IL that is executed!

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"BGD" <tb******@hotmail.com> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl...
I learned VB.NET but quickly moved to C# as most of the online

samples,
code snippets, source code for books, etc. seems to be in C#. I am
programming mainly for smart devices using the compact framework and have noticed that C# programs load faster and the exe sizes are smaller. It was also fun learning C#.
I have been using VB since the first beta more than 12 years ago and

it
was getting a little boring. The one nice thing about coding in VB using
Visual Studio is the code editor. That is about the only thing that I miss from VB though...

"Raj Dhrolia" <ra********@hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Guys,

It might seem to be a very easy question, but i am very much eager

to know some good technical difference between C# and VB.NET.

Are there anything that i can do in one language and cannot in other? And finally why C# seems to be a sort of standard in industry?

Regards,
Raj Dhrolia.



Jul 21 '05 #13
Ok, I agree the apps probably won't be EXACTLY the same size. But I don't
think the difference is as huge so that you notice it when starting the
application.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> schreef in bericht
news:uz**************@TK2MSFTNGP09.phx.gbl...
First off, its unlikely that any two compilers are going to result in the
same IL every time. Each compiler(even across versions for a given language) may well chose different ways to achieve the same thing. For example, as
outlined in [1], the C# compiler chooses a different code path to load a
int64 than the vb one. The vb method is larger, but both will probably
result in similar(or equal) code upon JIT'ing.
The VB compiler also has a tendency to issue emit extra nop's for some
reason. I doubt it is important in the end(the JIT should clear that up),
but it can make larger executables. IIRC there is also a different default
alignment between the two, so in some cases the VB.NET compiler will result in smaller code as well(C# should default to 4096, VB to 512).
Its really not too relevent, you should be able to throw up quick samples in VB & C# and run them through ILDASM and see for yourself.

1. http://tinyurl.com/2h8gl
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
I am
programming mainly for smart devices using the compact framework and have noticed that C# programs load faster and the exe sizes are smaller.


Could you give an example, because I don't think this is true... Both

VB.NET
and C# code compiles to the same IL that is executed!

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"BGD" <tb******@hotmail.com> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl...
I learned VB.NET but quickly moved to C# as most of the online

samples,
code snippets, source code for books, etc. seems to be in C#. I am
programming mainly for smart devices using the compact framework and have noticed that C# programs load faster and the exe sizes are smaller. It was also fun learning C#.
I have been using VB since the first beta more than 12 years ago and
it
was getting a little boring. The one nice thing about coding in VB
using Visual Studio is the code editor. That is about the only thing that I miss from VB though...

"Raj Dhrolia" <ra********@hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
> Hi Guys,
>
> It might seem to be a very easy question, but i am very much

eager to
> know some good technical difference between C# and VB.NET.
>
> Are there anything that i can do in one language and cannot in

other?
> And finally why C# seems to be a sort of standard in industry?
>
> Regards,
> Raj Dhrolia.
>
>



Jul 21 '05 #14
Cor
Hi Jan,
Ok, I agree the apps probably won't be EXACTLY the same size. But I don't
think the difference is as huge so that you notice it when starting the
application.


What does it matters if VB.net is smaller

:-))

(I think it is not true and I think that there is no difference at all when
the same set of objects is used.)

I see both languages only as the glue to use with the big toolbox of
classes.

Cor
Jul 21 '05 #15

"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
Ok, I agree the apps probably won't be EXACTLY the same size. But I don't
think the difference is as huge so that you notice it when starting the
application. It should only manifest if 1) the code from one is significantly harder to
JIT, 2) the exe size and working set is pushed up and forces odd paging, or
3) It results in a huge number of cache misses. None of these should happen
in the vast majority of cases, but there is a chance(granted, cache issues
may be caused by smaller code as well, its far beyond my capacity to figure
out). Such effects would likely be transient as well.
--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> schreef in bericht
news:uz**************@TK2MSFTNGP09.phx.gbl...
First off, its unlikely that any two compilers are going to result in the
same IL every time. Each compiler(even across versions for a given language)
may well chose different ways to achieve the same thing. For example, as
outlined in [1], the C# compiler chooses a different code path to load a
int64 than the vb one. The vb method is larger, but both will probably
result in similar(or equal) code upon JIT'ing.
The VB compiler also has a tendency to issue emit extra nop's for some
reason. I doubt it is important in the end(the JIT should clear that up), but it can make larger executables. IIRC there is also a different default alignment between the two, so in some cases the VB.NET compiler will

result
in smaller code as well(C# should default to 4096, VB to 512).
Its really not too relevent, you should be able to throw up quick samples in
VB & C# and run them through ILDASM and see for yourself.

1. http://tinyurl.com/2h8gl
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
> I am
> programming mainly for smart devices using the compact framework and

have
> noticed that C# programs load faster and the exe sizes are smaller.

Could you give an example, because I don't think this is true... Both

VB.NET
and C# code compiles to the same IL that is executed!

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"BGD" <tb******@hotmail.com> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl...
> I learned VB.NET but quickly moved to C# as most of the online
samples,
> code snippets, source code for books, etc. seems to be in C#. I am
> programming mainly for smart devices using the compact framework and

have
> noticed that C# programs load faster and the exe sizes are smaller.

It was
> also fun learning C#.
> I have been using VB since the first beta more than 12 years ago and it
> was getting a little boring. The one nice thing about coding in VB using > Visual Studio is the code editor. That is about the only thing that
I miss
> from VB though...
>
>
>
>
>
> "Raj Dhrolia" <ra********@hotmail.com> wrote in message
> news:e2**************@TK2MSFTNGP10.phx.gbl...
> > Hi Guys,
> >
> > It might seem to be a very easy question, but i am very much

eager to
> > know some good technical difference between C# and VB.NET.
> >
> > Are there anything that i can do in one language and cannot in
other?
> > And finally why C# seems to be a sort of standard in industry?
> >
> > Regards,
> > Raj Dhrolia.
> >
> >
>
>



Jul 21 '05 #16
So we all agree: there are some differences in size, but in 99.9% of the
cases these differences won't have any influence. Only in a very limited
number of cases either C# or VB.NET could have an advantage.

:-)

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> schreef in bericht
news:OX****************@TK2MSFTNGP10.phx.gbl...

"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
Ok, I agree the apps probably won't be EXACTLY the same size. But I don't
think the difference is as huge so that you notice it when starting the
application. It should only manifest if 1) the code from one is significantly harder to
JIT, 2) the exe size and working set is pushed up and forces odd paging,

or 3) It results in a huge number of cache misses. None of these should happen in the vast majority of cases, but there is a chance(granted, cache issues
may be caused by smaller code as well, its far beyond my capacity to figure out). Such effects would likely be transient as well.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> schreef in bericht
news:uz**************@TK2MSFTNGP09.phx.gbl...
First off, its unlikely that any two compilers are going to result in the same IL every time. Each compiler(even across versions for a given language)
may well chose different ways to achieve the same thing. For example, as outlined in [1], the C# compiler chooses a different code path to load a int64 than the vb one. The vb method is larger, but both will probably
result in similar(or equal) code upon JIT'ing.
The VB compiler also has a tendency to issue emit extra nop's for some reason. I doubt it is important in the end(the JIT should clear that up), but it can make larger executables. IIRC there is also a different default alignment between the two, so in some cases the VB.NET compiler will

result
in smaller code as well(C# should default to 4096, VB to 512).
Its really not too relevent, you should be able to throw up quick samples
in
VB & C# and run them through ILDASM and see for yourself.

1. http://tinyurl.com/2h8gl
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
> > I am
> > programming mainly for smart devices using the compact framework and have
> > noticed that C# programs load faster and the exe sizes are smaller. >
> Could you give an example, because I don't think this is true... Both VB.NET
> and C# code compiles to the same IL that is executed!
>
> --
> Greetz,
> Jan
> __________________________________
> Read my weblog: http://weblogs.asp.net/jan
> "BGD" <tb******@hotmail.com> schreef in bericht
> news:%2****************@TK2MSFTNGP10.phx.gbl...
> > I learned VB.NET but quickly moved to C# as most of the online
> samples,
> > code snippets, source code for books, etc. seems to be in C#. I am
> > programming mainly for smart devices using the compact framework and have
> > noticed that C# programs load faster and the exe sizes are smaller. It was
> > also fun learning C#.
> > I have been using VB since the first beta more than 12 years
ago and
> it
> > was getting a little boring. The one nice thing about coding in VB using
> > Visual Studio is the code editor. That is about the only thing

that I miss
> > from VB though...
> >
> >
> >
> >
> >
> > "Raj Dhrolia" <ra********@hotmail.com> wrote in message
> > news:e2**************@TK2MSFTNGP10.phx.gbl...
> > > Hi Guys,
> > >
> > > It might seem to be a very easy question, but i am very much

eager
> to
> > > know some good technical difference between C# and VB.NET.
> > >
> > > Are there anything that i can do in one language and cannot

in > other?
> > > And finally why C# seems to be a sort of standard in industry?
> > >
> > > Regards,
> > > Raj Dhrolia.
> > >
> > >
> >
> >
>
>



Jul 21 '05 #17
Hi Cor

I just hate discussions like "which language is better?". Being a VB6
developer, it was clear for me I better could start with VB.NET. And that
is, in my opinion, the only advantage VB.NET or C# can have. If you have a
VB6 backgroud, please start with VB.NET, if you have a Java (grin) or C++
background, please help yourself with C# (or managed C++). At a certain
point in time, you'll discover that you know both of them because you
understand the .NET way of doing stuff: application architecture is really
language independent!

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Cor" <no*@non.com> schreef in bericht
news:eN****************@TK2MSFTNGP11.phx.gbl...
Hi Jan,
Ok, I agree the apps probably won't be EXACTLY the same size. But I don't
think the difference is as huge so that you notice it when starting the
application.
What does it matters if VB.net is smaller

:-))

(I think it is not true and I think that there is no difference at all

when the same set of objects is used.)

I see both languages only as the glue to use with the big toolbox of
classes.

Cor

Jul 21 '05 #18
Jan Tielens <ja*@no.spam.please.leadit.be> wrote:
I am
programming mainly for smart devices using the compact framework and have
noticed that C# programs load faster and the exe sizes are smaller.


Could you give an example, because I don't think this is true... Both VB.NET
and C# code compiles to the same IL that is executed!


They don't. They both compile to IL, but not the same IL. For instance,
VB.NET puts in an extra bit of code in each catch block (IIRC) in order
to handle some stuff about LastError - I can't remember the exact
details. Another example came up a while ago on the CLR mailing list:
for some simple operation, the VB.NET compiler produced a version which
took fewer IL instructions, but more IL space in terms of bytes than
the C# version. If you were unlucky, that could have a significant
effect on performance as it could mean the difference between a method
being inlined or not.

By and large the performance of VB.NET and C# will usually be the same,
but that's not the same as them compiling to the same IL.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #19
"BGD" <tb******@hotmail.com> wrote in message <news:#R**************@TK2MSFTNGP10.phx.gbl>...
I have been using VB since the first beta more than 12 years ago and it
was getting a little boring. The one nice thing about coding in VB using
Visual Studio is the code editor. That is about the only thing that I miss
from VB though...


In what way was VB "getting a little boring"? What causes the inability
to think up new challenges for oneself and the need to rely on Microsoft
for spoon-feeding one new challenges? Is it cretinism, or mere idiocy?

--
Joe Foster <mailto:jlfoster%40znet.com> L. Ron Dullard <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!
Jul 21 '05 #20

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

Similar topics

34
by: yensao | last post by:
Hi, I have a hard time to understand difference and similarities between Relational database model and the Object-Oriented model. Can somebody help me with this? Thank you in advance. ...
21
by: b83503104 | last post by:
Hi, Can someone tell me the difference between single quote and double quote? Thanks
26
by: Frank | last post by:
For my website i would like to display the age of my son in years, months, days and hours. For now i manage to get a result for totals. Like the total number of days. This is the beginning: ...
21
by: Rich | last post by:
I was considering C# for developing a scientific application, but I have noticed a ~30% difference between VC++ .NET and C# on the same machine, under identical conditions: double a = 0,b = 0, c...
4
by: jamesyreid | last post by:
Hi, I'm really sorry to post this as I know it must have been asked countless times before, but I can't find an answer anywhere. Does anyone have a snippet of JavaScript code I could borrow...
3
by: bbawa1 | last post by:
Hi, I have a table which has a field ItemsReceived of type datetime. I have a grid view which has two columns. In first column i have to show the data from field ItemsReceived and in second...
12
by: Petronius | last post by:
Hallo, does anyone have an idea how to implement difference lists in Javascript? Thanks allot in advance
5
by: Julius | last post by:
Hej dudes, I need to calc the difference between two timestamps / dates ... For example what i need to calculate: Date 1: 2007.11.06 - 20:13:04 Date 2: 2007.11.07 - 21:13:04 Difference:...
9
by: viki1967 | last post by:
Hi all! This new forum its great! :) Congratulations !!! My answer: why this my code not working? Nothing error but not work the difference.... : <html>
11
by: cmb3587 | last post by:
I have two arrays and I'm trying to create a 3rd array that is the difference between the two arrays Ex: arrayA: 3 5 8 9 arrayB: 3 4 6 9 difference of A-B: 5 8 however, my...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.