I am a graduated java programmer with basic knowledge of C#. I am planning to learn C# and get MCPD certificates on .NET. Which one is better for me to learn, 3.5 or 4.0?

link|improve this question

belongs on programmers. – Daniel A. White Nov 22 '11 at 19:55
feedback

closed as off topic by Daniel A. White, Cory, minitech, XIII, Ahmad Mageed Nov 22 '11 at 20:05

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 0 down vote accepted

4.0 seems more of a better approach. 4.5 is around the corner but is going to be more of an addon of 4.0 while 3.5 is an addon to 2.0. Going for 4.0 exams are going to last longer for you and your career.

However be sure to also take a look at what each older framework brought to the market. 2.0 for example was a massive powerup since 1.x which introduced quite a lot of very interesting stuff to the framework and the technology stacks that build upon it.

link|improve this answer
feedback

Honestly I would start earlier, at .NET 2.0. Once you have a fuller understanding of C# at that level, then start researching the new things introduced in .NET 3.5. Once you're comfortable with those, graduate to .NET 4.0.

link|improve this answer
feedback

I agree with the ".Net 2.0" comment, much as I'd agree with the importance of understanding J2SE 1.2 (independent of Java 5, 6 or 7)>

Having said that, I strongly suggest the smartest thing you can do is focus on .Net 4.0.

Don't even worry about .Net 3.5 ... but DO worry about WPF (GUI) and WCF (infrastructure).

link|improve this answer
feedback

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