Why bother with .Net language conversion?

J

Jim Lincoln

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
 
M

Marina

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.
 
M

Mark Broadbent

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

--


Br,
Mark Broadbent
mcdba , mcse+i
=============
 
C

Cowboy \(Gregory A. Beamer\) [MVP]

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!
************************************************
 
M

Mark Broadbent

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 said:
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."
 
M

Mark Rae

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... :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top