vote up 7 vote down star
1

Guys, I'm good with VB.Net, I don't see why I should officially learn C#, instead I want to learn Java so I can develop for different platforms. What is your advice?

flag
Duplicate: stackoverflow.com/questions/325046/… – Mikhail Nov 16 at 19:56

14 Answers

vote up 32 vote down check

Learning C# will probably be easier to start with, because you are already familiar with the standard libraries. Java has a completely different set of libraries, and these days a significant portion of the work in learning a language is learning the platform and libraries.

As the languages go, C# and Java are very similar, but have many differences in the details (plus big stuff like LINQ). If you learn C# first, then you can carry over your knowledge of the libraries. Then, learning Java will be mostly learning the libraries, since the language is so similar to C#.

Good luck, and enjoy!

link|flag
vote up 6 vote down

The laguages of C# and java aren't really that different. If you know one, then it takes very little time to learn the other. What takes time, is learning the frameworks like ASP.NET, Spring, Hibernate etc. If you learn java, you might find that learning C# is easy as you already know .NET from VB.NET. My question is: Why choose only one? Why not start out with one and make a plan to start learning the other at a later time?

link|flag
Even then there is NHibernate and Spring.net – Dan Sep 12 '08 at 10:23
vote up 5 vote down

You can use C# on multiple platforms, too. You'll probably need to provide more information about why you're learning another language.

link|flag
vote up 3 vote down

I think you should decide it your self, but as you mentioned, you already familiar with .NET so C# for you would be easier to learn.

but you can read various articles about this.

C# From a Java Developer's Perspective

Comparison of Java and C Sharp

A Comparison and Contrast of C# and Java

I hope that this will help you decide :)

As for me, at first I was Delphi programmer, latter C++, then java, and now i'm C# programmer.

link|flag
vote up 12 vote down

On a different note, I firmy believe that if you know VB, you should also know C#. In fact, I claim that you don't know VB really well unless you also know C# because you won't know a lot of things about .NET and why it is the way it is.

Additionally, a lot of resources concerning .NET are written for/in C# and in order to harness these resources, you have to know C#.

I say this as a programmer with a VB background, I come from VB6 and have developed in various VB languages for years, and continue to do so. So this is not meant to demote VB. Actually, I believe that the opposite is true as well: Great C# programmers should also know VB.

So my advise is: learn C#.

link|flag
2  
+1 any competent .net programmer should know both. – dotjoe Jan 9 at 4:12
vote up 6 vote down

There are very few jobs that require both Java and .Net, so from a career point of view learning both is a risky strategy. You would be better off becoming truly expert at one or the other.

When hiring I would just about always choose an expert over a jack of all trades. While I'd expect either Java or .Net devs to be generalists (that is able to work on DB calls, UI, services, web or desktop equally) I wouldn't expect a C# expert to work in Java or vice versa.

5 years .Net (2 of VB.Net and 3 of C#) is worth more than 2 of .Net and 3 of Java. With the latter you'll get either junior .Net or junior Java positions. If I'm hiring a Java developer VB.Net is a nice extra, but it is unlikely to make a difference.

link|flag
2  
Not that I disagree that most jobs do not require both, ironically my current job does. I work on multiple projects and some are Java and some are .net. SO being familiar with both in my case, was a help. – bigbrother82 Sep 12 '08 at 18:19
There are definitely some, but the vast majority are not. – Keith Sep 13 '08 at 9:18
1  
I'd personally pick a good generalist over an expert. I believe it's more important to be able to learn what's required to get a specific job done then to be an expert in one specialty. My job also requires that I work in Java and C# (and VB .NET/VB6, ASP, Powershell, Python, .... – bruceatk Jan 8 at 17:06
vote up 0 vote down

If you want to learn Java then learn Java.

The one catch to beware of moving from .NET to Java is that .NET provides everything you need (despite the many frustrations I have with it) - If you're looking to learn J2EE you'll have to spend considerable time to understand and work out how to use the many third-party tools you'll want for enterprise applications.

link|flag
:) you can say exactly same thing like this: if you want to learn C# you tie yourself to MS IDE, MS frameworks, MS application server, etc... where with Java you have freedom of choice. – Slartibartfast Sep 12 '08 at 13:51
In C# you also have freedom of choice, starting with ide,frameworks, application server :), it's just that MS provides a default set, you don't have to use them or you can use them if appropriate. – Pop Catalin Sep 15 '08 at 11:36
vote up 2 vote down

Isn't this a good example of the type of question that stackoverflow wants to avoid? See "What kind of questions should I not ask here?" in the faq....

link|flag
vote up 0 vote down

Java, don't fall into MS lock-in. I know there's Mono but it's always out of date and unofficial.

link|flag
You may want to expand on your argument about MS-lock in and some concrete evidence why it can be bad. – Daniel X Moore Mar 7 at 3:26
vote up 2 vote down

Read your own question:

...instead I want to learn Java...

Learn java then.

If you're good at VB.net you're already familiar with the .NET framework ( which is the harder part of learning something )

If you want to learn java, do it so. When you are familiar with the language, you'll realize that writing C# is like writing VB with java syntax ( kind of ).

I don't see why I should officially learn C#

Then don't do it.

I think you already have the answer.

link|flag
vote up 0 vote down

I believe if you learn Java you may find yourself migrating to C# over VB. I find it easier to switch between Java and C#. If your goal is to program for different platforms then Java is your better choice (unless you chose something like REALbasic which targets Windows, MAC, and Linux).

If you chose Java you might want to look at Eclipse's Rich Client Platform. It is a way of taking advantage of the Eclipse UI tools to make a platform independent application. Here are some examples.

link|flag
vote up 0 vote down

You should learn Java and C#! why not? once you get used to {} and ; it will be fine.

link|flag
vote up 1 vote down

If you like Linux/Unix then you should learn Java. If you find it morally agreable to stay with Windows then go for C# because it has stuff Java will get only in 10 years like functional programming aspects,LINQ and much more.

link|flag
vote up 0 vote down

Don't ask, learn both. And for the functional aspects, learn F# and scala.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.