473,623 Members | 2,693 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Language choice.. Need some assistance.

Our company is trying to decide to go .Net or not and which language to
use if we do. I have been doing a lot of research on .Net and VB.Net. I
used to be a VB 6 developer till I started to work here, so all along I
have been promoting VB. I'm also a VC++ developer, but have a little
less experiance in that than in VB. I would like to know what the
biggest difference, drawbacks, and advantages to using C# over VB.Net or
vice versa.

It's at a point here where we will have to rewrite all our applications
anyway, and our developers are going to be forced to learn whatever the
owners decide, so we are going to move to whatever language will fit our
needs the best at this time.

I've heard you can mix C# and VB.Net.. Is this true and does it work
well? What other options would we have that would possibly be better
than C# and VB.Net?

Thanks,
Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 22 '05 #1
13 1337
"Aaron Smith" <th**********@s mithcentral.net > schrieb
Our company is trying to decide to go .Net or not and which language to
use if we do. I have been doing a lot of research on .Net and VB.Net. I
used to be a VB 6 developer till I started to work here, so all along I
have been promoting VB. I'm also a VC++ developer, but have a little less
experiance in that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net or vice
versa.

It's at a point here where we will have to rewrite all our applications
anyway, and our developers are going to be forced to learn whatever the
owners decide, so we are going to move to whatever language will fit our
needs the best at this time.

I've heard you can mix C# and VB.Net.. Is this true and does it work well?
What other options would we have that would possibly be better than C# and
VB.Net?


Hi Aron,

some introductory info from Microsoft:
http://msdn.microsoft.com/vstudio/pr...o/whitepapers/
http://msdn.microsoft.com/library/en...quivalents.asp
http://blogs.msdn.com/csharpfaq/arch.../11/87816.aspx

Cheers

Arne Janning
Nov 22 '05 #2
Thank you Arne, that clears up some stuff. I guess I should dig deeper
into MS's site. I was kind of hoping to get more developer opinion too
though.

Aaron

Aaron

Arne Janning wrote:
"Aaron Smith" <th**********@s mithcentral.net > schrieb
Our company is trying to decide to go .Net or not and which language to
use if we do. I have been doing a lot of research on .Net and VB.Net. I
used to be a VB 6 developer till I started to work here, so all along I
have been promoting VB. I'm also a VC++ developer, but have a little less
experiance in that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net or vice
versa.

It's at a point here where we will have to rewrite all our applications
anyway, and our developers are going to be forced to learn whatever the
owners decide, so we are going to move to whatever language will fit our
needs the best at this time.

I've heard you can mix C# and VB.Net.. Is this true and does it work well?
What other options would we have that would possibly be better than C# and
VB.Net?

Hi Aron,

some introductory info from Microsoft:
http://msdn.microsoft.com/vstudio/pr...o/whitepapers/
http://msdn.microsoft.com/library/en...quivalents.asp
http://blogs.msdn.com/csharpfaq/arch.../11/87816.aspx

Cheers

Arne Janning

--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 22 '05 #3
"Aaron Smith" <th**********@s mithcentral.net > schrieb
Thank you Arne, that clears up some stuff. I guess I should dig deeper
into MS's site. I was kind of hoping to get more developer opinion too
though.


Hi Aaron,

I know that you expected more developer opinions but:
from the mere technical point of view everything is described in the MS
documents and the rest can be said in one sentence:

"C# vs. VB.NET is the most insipid discussion there is, if
everyone spent as much time learning .NET instead of having this
argument..."
(William Ryan, eMVP)

Simply search for "c# vs vb.net" in groups.google.c om and you'll find more
than 11.000 threads dealing with this topic.
http://groups.google.de/groups?q=c%23%20vs%20vb.net

Cheers

Arne Janning
Nov 22 '05 #4
Holy moley, you're right... There are a ton. 11,300 is what it maxed out
at. I don't want to read THAT many discussions on it. :D Guess I'll
stick with MS's site.

Aaron

Arne Janning wrote:
"Aaron Smith" <th**********@s mithcentral.net > schrieb
Thank you Arne, that clears up some stuff. I guess I should dig deeper
into MS's site. I was kind of hoping to get more developer opinion too
though.

Hi Aaron,

I know that you expected more developer opinions but:
from the mere technical point of view everything is described in the MS
documents and the rest can be said in one sentence:

"C# vs. VB.NET is the most insipid discussion there is, if
everyone spent as much time learning .NET instead of having this
argument..."
(William Ryan, eMVP)

Simply search for "c# vs vb.net" in groups.google.c om and you'll find more
than 11.000 threads dealing with this topic.
http://groups.google.de/groups?q=c%23%20vs%20vb.net

Cheers

Arne Janning

--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 22 '05 #5
"mscertifie d" <ru****@tigerli ly.com> wrote in
news:7A******** *************** ***********@mic rosoft.com...
IMHO it was a bad idea for MS to offer multiple languages. There should
have
been only one language for .NET. Think of all the duplication of effort
and
wasted discussion time having multiple languages causes - and its all
pointless since it all compiles to equivalent code. Oh well I guess the
booksellers will be happy.


Let's see: I have an Ada95 compiler here, and a gnu C compiler. Both produce
equivalent x86 code, so there should only be one of them?
Doesn't that apply to every programming language?
So, should we all write... turing machines?

Niki
Nov 22 '05 #6

"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:H3******** *********@newss vr17.news.prodi gy.com...
Our company is trying to decide to go .Net or not and which
language to use if we do. I have been doing a lot of research
on .Net and VB.Net. I used to be a VB 6 developer till I
started to work here, so all along I have been promoting VB.
Don't assume that your skills in VB6 will translate in to skills
in VB.NET. Other than the name
and some of the control structures, there are absolutely no
similarities.
I'm also a VC++ developer, but have a little less experiance in
that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net
or vice versa.
Likewise, other than some of the control structures there are
really no similarties between
C# and C++. Don't let the names fool you. In fact C# is patterned
after Java, so if you know
Java, learning C# is pretty easy.
It's at a point here where we will have to rewrite all our
applications anyway, and our developers are going to be forced
to learn whatever the owners decide, so we are going to move to
whatever language will fit our needs the best at this time.
I'd say go with C#. I know serveral experienced VB6 programmers
who started with
VB.NET first, and after they started working with C# decided they
couldn't stand VB.NET.

C# is just an elegant language, and it's easy to write clean code
with.
I've heard you can mix C# and VB.Net.. Is this true and does it
work well? What other options would we have that would possibly
be better than C# and VB.Net?


Yes. In fact, because all .NET languages (Delphi 8 included)
compile down to CLI instead of
machine language, any assemblies written in one .NET language can
be used from within any other
..NET language.

Andrew Faust
Nov 22 '05 #7
That's interesting.... Thank you for the information.

Andrew Faust wrote:
"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:H3******** *********@newss vr17.news.prodi gy.com...
Our company is trying to decide to go .Net or not and which
language to use if we do. I have been doing a lot of research
on .Net and VB.Net. I used to be a VB 6 developer till I
started to work here, so all along I have been promoting VB.

Don't assume that your skills in VB6 will translate in to skills
in VB.NET. Other than the name
and some of the control structures, there are absolutely no
similarities.

I'm also a VC++ developer, but have a little less experiance in
that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net
or vice versa.

Likewise, other than some of the control structures there are
really no similarties between
C# and C++. Don't let the names fool you. In fact C# is patterned
after Java, so if you know
Java, learning C# is pretty easy.

It's at a point here where we will have to rewrite all our
application s anyway, and our developers are going to be forced
to learn whatever the owners decide, so we are going to move to
whatever language will fit our needs the best at this time.

I'd say go with C#. I know serveral experienced VB6 programmers
who started with
VB.NET first, and after they started working with C# decided they
couldn't stand VB.NET.

C# is just an elegant language, and it's easy to write clean code
with.

I've heard you can mix C# and VB.Net.. Is this true and does it
work well? What other options would we have that would possibly
be better than C# and VB.Net?

Yes. In fact, because all .NET languages (Delphi 8 included)
compile down to CLI instead of
machine language, any assemblies written in one .NET language can
be used from within any other
.NET language.

Andrew Faust

--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 22 '05 #8

"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:H3******** *********@newss vr17.news.prodi gy.com...
Our company is trying to decide to go .Net or not and which
language to use if we do. I have been doing a lot of research
on .Net and VB.Net. I used to be a VB 6 developer till I
started to work here, so all along I have been promoting VB.
Don't assume that your skills in VB6 will translate in to skills
in VB.NET. Other than the name
and some of the control structures, there are absolutely no
similarities.
I'm also a VC++ developer, but have a little less experiance in
that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net
or vice versa.
Likewise, other than some of the control structures there are
really no similarties between
C# and C++. Don't let the names fool you. In fact C# is patterned
after Java, so if you know
Java, learning C# is pretty easy.
It's at a point here where we will have to rewrite all our
applications anyway, and our developers are going to be forced
to learn whatever the owners decide, so we are going to move to
whatever language will fit our needs the best at this time.
I'd say go with C#. I know serveral experienced VB6 programmers
who started with
VB.NET first, and after they started working with C# decided they
couldn't stand VB.NET.

C# is just an elegant language, and it's easy to write clean code
with.
I've heard you can mix C# and VB.Net.. Is this true and does it
work well? What other options would we have that would possibly
be better than C# and VB.Net?


Yes. In fact, because all .NET languages (Delphi 8 included)
compile down to CLI instead of
machine language, any assemblies written in one .NET language can
be used from within any other
..NET language.

Andrew Faust
Nov 22 '05 #9
That's interesting.... Thank you for the information.

Andrew Faust wrote:
"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:H3******** *********@newss vr17.news.prodi gy.com...
Our company is trying to decide to go .Net or not and which
language to use if we do. I have been doing a lot of research
on .Net and VB.Net. I used to be a VB 6 developer till I
started to work here, so all along I have been promoting VB.

Don't assume that your skills in VB6 will translate in to skills
in VB.NET. Other than the name
and some of the control structures, there are absolutely no
similarities.

I'm also a VC++ developer, but have a little less experiance in
that than in VB. I would like to know what the biggest
difference, drawbacks, and advantages to using C# over VB.Net
or vice versa.

Likewise, other than some of the control structures there are
really no similarties between
C# and C++. Don't let the names fool you. In fact C# is patterned
after Java, so if you know
Java, learning C# is pretty easy.

It's at a point here where we will have to rewrite all our
application s anyway, and our developers are going to be forced
to learn whatever the owners decide, so we are going to move to
whatever language will fit our needs the best at this time.

I'd say go with C#. I know serveral experienced VB6 programmers
who started with
VB.NET first, and after they started working with C# decided they
couldn't stand VB.NET.

C# is just an elegant language, and it's easy to write clean code
with.

I've heard you can mix C# and VB.Net.. Is this true and does it
work well? What other options would we have that would possibly
be better than C# and VB.Net?

Yes. In fact, because all .NET languages (Delphi 8 included)
compile down to CLI instead of
machine language, any assemblies written in one .NET language can
be used from within any other
.NET language.

Andrew Faust

--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 22 '05 #10

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

Similar topics

34
2663
by: nobody | last post by:
This article is posted at the request of C.W. Yang who asked me to detail my opinion of Lisp, and for the benefit of people like him, who may find themselves intrigued by this language. The opinions expressed herein are my personal ones, coming from several years of experience with Lisp. I did plenty of AI programming back in the day, which is what would now be called "search" instead.
1
1319
by: Jens Thiede | last post by:
I'd like to know what other people think about Python. In particular, what is Python best suited for? I've been using Python for a little while now and in my opinion Python is a great all-terrain language. I would describe it as concrete scaffolding. Could anyone comment on how Python fares against C++, Java and Perl? Jens. --
7
1727
by: Jon Slaughter | last post by:
I'm trying to get into web development for creating a professional web site and I'm confused on which language I should use. I've read some comparisons between the major languages and I was thinking that python might be the way to go for the most powerful and general language but I am not sure. Does anyone know of any detailed and objective comparisons between the major languages(perl, php, java, javascript, etc...) that might help me get...
9
293
by: Aaron Smith | last post by:
Our company is trying to decide to go .Net or not and which language to use if we do. I have been doing a lot of research on .Net and VB.Net. I used to be a VB 6 developer till I started to work here, so all along I have been promoting VB. I'm also a VC++ developer, but have a little less experiance in that than in VB. I would like to know what the biggest difference, drawbacks, and advantages to using C# over VB.Net or vice versa. It's...
3
2165
by: Chris Lieb | last post by:
I am new to XML Schema and am running into a bit of a snag. I have defined an XML-based scripting language for an updater program that I am working on. I would like to make a schema for this language since malformed XML documents break the updater. (I did not have time to add good error-handling code, so run-time errors can abound if the document is malformed.) A sample doc might look something like this: <manifest>
10
1717
by: stylecomputers | last post by:
Hey guys, I am absolutely new to Linux programming, with no w######s programming experience except a small amount of C++ console apps. Reasonably new to Linux, BSD etc, got good sound networking base of knowledge and dont have any problem working the command line etc. I want to learn a language that I can use in my networking duties that is most likely to be of use to me. I have a few choices I can think of being:
14
3279
by: deko | last post by:
For building Windows desktop apps, the clear favorite is C#. But my clients can't afford to buy Microsoft products. So I need to develop software for Linux users and web applications. In the open source world, what is the programmer's language of choice? Judging by the number of members in each of these http://www.google.com/Top/Computers/Programming/Languages/Open_Source/ user groups, it looks like the top 3 open source languages...
17
4698
by: CoreyWhite | last post by:
I bought this book years ago, when I was just learning C++. Since then I've gone through every math course offered at my college, taken courses on coding C & thinking in terms how how to make the smallest tightest algorithms to preform specific functions. I've also grown and matured a lot, and am wiser and older. I'm reading through the C+ + Programming Language, Third Edition now, and I can actually understand it. I can understand it...
84
8552
by: aarklon | last post by:
Hi all, I found an interesting article here:- http://en.wikipedia.org/wiki/Criticism_of_the_C_programming_language well what do you guys think of this article....??? Is it constructive criticism that needs to be appreciated always...???
4
2314
by: edgy | last post by:
Hello, I am a beginner with PHP, and I have made a language switcher on a site that I am looking for your feedback on. First of all, the page is http://www.mankar.ca My question regarding usage is - well, does it work? Can you continue browsing in your selected language? I am especially interested in people using an IE browser with a locale setting that is not english or french.
0
8217
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8160
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8661
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8603
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8460
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2590
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1467
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.