473,395 Members | 2,151 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,395 software developers and data experts.

What language to learn?

Hello all!

I'm wondering if I learn c#.net or C++.net, which one would make more
marketable in the job market. And how much diffrent are thees lanuages from
vb.net. I already know vb.net and ASP.net.

Your thoughts?

Thanks!

Rudy
Oct 9 '06 #1
7 1430
Check the market(s) you want to work in. Just as a guess, I would favor C#,
but you might be in a market where that is not true.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"Rudy" <Ru**@discussions.microsoft.comwrote in message
news:57**********************************@microsof t.com...
Hello all!

I'm wondering if I learn c#.net or C++.net, which one would make more
marketable in the job market. And how much diffrent are thees lanuages
from
vb.net. I already know vb.net and ASP.net.

Your thoughts?

Thanks!

Rudy

Oct 9 '06 #2
C# is definitely the way to go unless you're writing device drivers (but
even then, why Managed C++?) C# was designed for .Net specifically, whereas
MC++ is a bunch of macros & compiler changes that allow C++ to adhere to the
CLS. Most sample code will be in C# (or, sigh, VB.Net), and it's much
cleaner sitting on the CLR than C++.
They're both very different from VB, though, as they belong to the same
family of languages as C, Java, and even Pascal.

Oct 9 '06 #3
C# will be a lot quicker if you already know and understand the CLR
through your uses of VB.NET.

I say go learn IL instead!

Oct 10 '06 #4
Hi Rudy,

In my experience, very few ask for C++.Net qualifications, and it seems
that most new .Net projects target C#.Net although there are plenty of
existing projects using VB.Net. For all these languages they all share
the common .Net Framework which is at least 90% of the code, so if you
know one language and the framework you only need to learn 10% to master
another language.

I say learn the language you like, then switch later on if needed.
On Mon, 09 Oct 2006 22:27:02 +0200, Rudy <Ru**@discussions.microsoft.com>
wrote:
Hello all!

I'm wondering if I learn c#.net or C++.net, which one would make more
marketable in the job market. And how much diffrent are thees lanuages
from
vb.net. I already know vb.net and ASP.net.

Your thoughts?

Thanks!

Rudy


--
Happy Coding!
Morten Wennevik [C# MVP]
Oct 10 '06 #5
The most marketable aspect of any developer is the understanding of
programming concepts and quality of the work he/she does. Knowing a language
or 2 to put on your resume will get you in the door, but don't forget that
your knowledge and quality of work is what actually gets you the job.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Shooter
http://unclechutney.blogspot.com

A man, a plan, a canal, a palindrome that has.. oh, never mind.

"Rudy" <Ru**@discussions.microsoft.comwrote in message
news:57**********************************@microsof t.com...
Hello all!

I'm wondering if I learn c#.net or C++.net, which one would make more
marketable in the job market. And how much diffrent are thees lanuages
from
vb.net. I already know vb.net and ASP.net.

Your thoughts?

Thanks!

Rudy

Oct 10 '06 #6
Thanks to all who replied! It seems like c# it is. All had very good
points, I appreciate the insight.

Rudy

"Kevin Spencer" wrote:
The most marketable aspect of any developer is the understanding of
programming concepts and quality of the work he/she does. Knowing a language
or 2 to put on your resume will get you in the door, but don't forget that
your knowledge and quality of work is what actually gets you the job.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Shooter
http://unclechutney.blogspot.com

A man, a plan, a canal, a palindrome that has.. oh, never mind.

"Rudy" <Ru**@discussions.microsoft.comwrote in message
news:57**********************************@microsof t.com...
Hello all!

I'm wondering if I learn c#.net or C++.net, which one would make more
marketable in the job market. And how much diffrent are thees lanuages
from
vb.net. I already know vb.net and ASP.net.

Your thoughts?

Thanks!

Rudy


Oct 11 '06 #7

Kevin Spencer wrote:
The most marketable aspect of any developer is the understanding of
programming concepts and quality of the work he/she does. Knowing a language
or 2 to put on your resume will get you in the door, but don't forget that
your knowledge and quality of work is what actually gets you the job.
well put Kevin!

You beat me to it =)

sean

Oct 11 '06 #8

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

Similar topics

14
by: Eakin, W | last post by:
Unlike a coding question, which may have a definite answer, this deals more with opinion. As I continue my studies of PHP and MySQL, and get to the point of being able to use them in a work...
220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
7
by: tada991 | last post by:
Hello Everyone, I just purchased Visual Studio .Net Architect 2003 and want to know what's a good book for begginers to start with. I know nothing about programming whatsoever, but I do have a...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
8
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ;...
41
by: Mountain Bikn' Guy | last post by:
What is the current preferred way to save user preferences in dotnet? Is the registry the right place to do this? Can anyone recommend a good article (or book) for this topic? Thanks.
6
by: TB | last post by:
Hi Everyone on comp.lang.c++: I am thinking about learning a programming language and I want to decide whether it is worthwhile spending my time learning the C++ programming language. I am a...
3
by: mohamed azaz | last post by:
Hi every body I am still student in computer science I learned c++ , what is more spread c++ or java or which language ??? please any one answer me to learn it befor I garduate...... ...
16
by: Matthew Zhou | last post by:
I am a students learning programming, and want to do some software projects to practice myself. However, no one will only use one language to make all the tasks done. And every languages has its...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.