Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
Good book with C# and VB examples?

I already have experience in C#, C++ and Perl and now I need to learn VB.NET. I don't know VB even and hence have no idea which books I should refer to where I can get the basic idea clearly.

Can someone please recommend a good one.

NOTE: I tried searching in SO for similar post but couldn't find. If you think thee is similar post or the post is subjective then please close. At lease recommend a single book.

Thanks, Rahul

share|improve this question
1  
Possible duplicate of Good book with C# and VB examples? Or this one, or this one, or this one‌​, or this one and many more. – Grant Thomas Jun 21 '11 at 22:19
Yep, I knew my question will be closed as well that I will get a single response atleast. Thanks Guys. – Rahul Jun 22 '11 at 13:40

marked as duplicate by Will A, Grant Thomas, ChrisF, Hans Passant, Graviton Jun 22 '11 at 3:09

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 2 down vote accepted

If you have experience in C#, then you don't need a VB book. The languages are almost interchangeable with the exception of some minor differences.

Here is a link that shows the differences: VBNet vs C#

share|improve this answer
+1 And this article in Visual Studio magazine was good What C# developers should know about VB.Net – MarkJ Jun 22 '11 at 9:08
Thank You. – Rahul Jun 22 '11 at 13:38

Like @LarsTech said, with your C# experience, you don't really need a book that's designed for beginners. VB.NET and C# are pretty much the same, as far as methods go. The syntax and advanced features are different, so it would be good to get a book for that, but all the .NET methods and classes will be the same.
As far as reccommending a book, I can't think of any specific titles, but you would want more of a reference than a learning book, due to your .NET experience.

share|improve this answer
Thank You. – Rahul Jun 22 '11 at 13:39

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