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

Why bother with .Net language conversion?

There are various utilities that you can buy to convert VB.Net to C#
(C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that
convert C# to VB.Net. I don't understand the point of these tools. MS
designed .Net so that I can create assemblies in one language (VB for
instance) and call the assembly from a different language (C# for
instance).

Why bother to convert code from one language to another then? Are some
of you on projects that require everything to be in either C# or
VB.Net? Aren't the languages pretty much the same, so that it is easy
to move between the two?

Thanks for any insight.

Jim Lincoln
Nov 16 '05 #1
6 1109
Yes, the languages are very similar. However, certain companies feel more
comfortable having their entire team work in one or the other, depending on
what the company was using before. If they were using VB6, their developers
will feel more comfortable with VB.NET because of the familiar syntax. The
entire project will then be in VB.NET, so that whenever anyone has to go
modify anyone else's code, the syntax will be familiar and consistent.

"Jim Lincoln" <so*******@yahoo.com> wrote in message
news:21**************************@posting.google.c om...
There are various utilities that you can buy to convert VB.Net to C#
(C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that
convert C# to VB.Net. I don't understand the point of these tools. MS
designed .Net so that I can create assemblies in one language (VB for
instance) and call the assembly from a different language (C# for
instance).

Why bother to convert code from one language to another then? Are some
of you on projects that require everything to be in either C# or
VB.Net? Aren't the languages pretty much the same, so that it is easy
to move between the two?

Thanks for any insight.

Jim Lincoln

Nov 16 '05 #2
....and lets face it, who the hell likes vb code urrrgh! :)

--
Br,
Mark Broadbent
mcdba , mcse+i
=============
"Marina" <so*****@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
Yes, the languages are very similar. However, certain companies feel more
comfortable having their entire team work in one or the other, depending on what the company was using before. If they were using VB6, their developers will feel more comfortable with VB.NET because of the familiar syntax. The entire project will then be in VB.NET, so that whenever anyone has to go
modify anyone else's code, the syntax will be familiar and consistent.

"Jim Lincoln" <so*******@yahoo.com> wrote in message
news:21**************************@posting.google.c om...
There are various utilities that you can buy to convert VB.Net to C#
(C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that
convert C# to VB.Net. I don't understand the point of these tools. MS
designed .Net so that I can create assemblies in one language (VB for
instance) and call the assembly from a different language (C# for
instance).

Why bother to convert code from one language to another then? Are some
of you on projects that require everything to be in either C# or
VB.Net? Aren't the languages pretty much the same, so that it is easy
to move between the two?

Thanks for any insight.

Jim Lincoln


Nov 16 '05 #3
It is wise to have an entire team on the same language for cost reasons.
Mixed languages mean you have to train your guys for all languages employed.
That can get expensive.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Jim Lincoln" <so*******@yahoo.com> wrote in message
news:21**************************@posting.google.c om...
There are various utilities that you can buy to convert VB.Net to C#
(C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that
convert C# to VB.Net. I don't understand the point of these tools. MS
designed .Net so that I can create assemblies in one language (VB for
instance) and call the assembly from a different language (C# for
instance).

Why bother to convert code from one language to another then? Are some
of you on projects that require everything to be in either C# or
VB.Net? Aren't the languages pretty much the same, so that it is easy
to move between the two?

Thanks for any insight.

Jim Lincoln

Nov 16 '05 #4
LOL! Ive not laughed so much in ages! cheers Owyn. Just kidding around
though -I come from a VB background and I think it sometimes shows by all my
stupid questions to this newsgroup.

I do definately prefer C# but Im also the first to critise if I think it
should do something that is easy in VB (e.g. ranges in case statements).

By the way your dog is definately bigger than mine, I only have cats (that
probably confirms Im a snob!).

Thanks again. i needed cheering up.
bye for now.
--
Br,
Mark Broadbent
mcdba , mcse+i
=============
"owyn" <ow**@discussions.microsoft.com> wrote in message
news:D1**********************************@microsof t.com...
Me. I have to use both VB and C# and most of the difference is personal choice. C# is the snob favorite mostly because it has the {} thing that
seems to spell "Look how smart I am." Then the C# camp sells management on
the language and the world has to keep up with the curly braces. In the end
if I needed to do something I could get it done in either language, but not
always the same way. If there was a difference in performance it was some
where out in the microsecond area. This is why people end up in wars. Just
because someone says, "My dog is bigger than your dog."

"Mark Broadbent" wrote:
....and lets face it, who the hell likes vb code urrrgh! :)

--
Br,
Mark Broadbent
mcdba , mcse+i
=============
"Marina" <so*****@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
Yes, the languages are very similar. However, certain companies feel more comfortable having their entire team work in one or the other, depending
on
what the company was using before. If they were using VB6, their

developers
will feel more comfortable with VB.NET because of the familiar syntax.

The
entire project will then be in VB.NET, so that whenever anyone has to

go modify anyone else's code, the syntax will be familiar and consistent.

"Jim Lincoln" <so*******@yahoo.com> wrote in message
news:21**************************@posting.google.c om...
> There are various utilities that you can buy to convert VB.Net to C#
> (C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that > convert C# to VB.Net. I don't understand the point of these tools. MS > designed .Net so that I can create assemblies in one language (VB for > instance) and call the assembly from a different language (C# for
> instance).
>
> Why bother to convert code from one language to another then? Are some > of you on projects that require everything to be in either C# or
> VB.Net? Aren't the languages pretty much the same, so that it is easy > to move between the two?
>
> Thanks for any insight.
>
> Jim Lincoln


Nov 16 '05 #5
"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
By the way your dog is definately bigger than mine, I only have cats (that
probably confirms Im a snob!).


This must be a cue for someone to do a pussy joke... :-)
Nov 16 '05 #6
Ya got there first!

--
Br,
Mark Broadbent
mcdba , mcse+i
=============
"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:u6**************@TK2MSFTNGP11.phx.gbl...
"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
By the way your dog is definately bigger than mine, I only have cats (that probably confirms Im a snob!).


This must be a cue for someone to do a pussy joke... :-)

Nov 16 '05 #7

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

Similar topics

33
by: Quest Master | last post by:
I am interested in developing an application where the user has an ample amount of power to customize the application to their needs, and I feel this would best be accomplished if a scripting...
7
by: Jim Lincoln | last post by:
There are various utilities that you can buy to convert VB.Net to C# (C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that convert C# to VB.Net. I don't understand the point of...
19
by: Christian Engström | last post by:
If you have a function that returns something by value, the gcc compiler (version 3.2.3 on Windows XP with MinGW) converts the returned value from the type you specify in the code, to the const...
21
by: Nitin Bhardwaj | last post by:
Hi all, It is said that C++ is a strongly typed language and thus a type-safe language (unlike C). So how does one explain the following behaviour : int main(void) { char *p = NULL; p = "A...
4
by: George Hester | last post by:
changes the version of Javascript which would be called? I read that the language attribute can change the version of Javascript that is executed with respect to just using the type attribute. I...
22
by: lechequier | last post by:
Let's say I define a list of pairs as follows: >>l = Can anyone explain why this does not work? >>h = {}.update(l) and instead I have to go: >>h = {} >>h.update(l) to initialize a...
5
by: Scott Nonnenberg [MSFT] | last post by:
This is really exciting stuff. We'll see you there! It might be a good idea to do some background reading before you show up. :0) C# 3.0: http://msdn.microsoft.com/vcsharp/future/ The LINQ...
0
by: Charles Atwood | last post by:
I am trying to use the Java Language Conversion Assistant 2.0 with Visual Studio .NET 2003 on Windows 2000 Server SP4 and .NET framework 1.1 to convert some java files to C#. I go through all the...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Languageâ€, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
2
by: cmdolcet69 | last post by:
How can i handle message box string that are in English and convert what they display into Portuguese? Is there some sort of built in library that will do the conversion for me at run time? No to...
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: 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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.