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?
|
1
|
|||
|
|
|
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! |
||
|
|
|
|
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? |
||
|
|
|
You can use C# on multiple platforms, too. You'll probably need to provide more information about why you're learning another language. |
||
|
|
|
|
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. |
||
|
|
|
|
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#. |
||||
|
|
|
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. |
||||||||||
|
|
|
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. |
||||
|
|
|
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.... |
||
|
|
|
|
Java, don't fall into MS lock-in. I know there's Mono but it's always out of date and unofficial. |
||
|
|
|
Read your own question:
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 ).
Then don't do it. I think you already have the answer. |
||
|
|
|
|
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. |
||
|
|
|
|
You should learn Java and C#! why not? once you get used to {} and ; it will be fine. |
||
|
|
|
|
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. |
||
|
|
|
|
Don't ask, learn both. And for the functional aspects, learn F# and scala. |
||
|
|
