Moving from VB.Net to C# [closed]

2019-04-11 22:35发布

I'm seriously considering moving from VB.Net to C#. If you made the jump to C# from vb.net, then what were the best resources you used to learn the language going from novice to pro?

Thanks

9条回答
SAY GOODBYE
2楼-- · 2019-04-11 23:10

I think you have two questions:

  • What does it take to move from VB.NET to C#?, and
  • What does it take to move from a novice to a pro?

Others have answered the first question.

A great resource that will help with the second is the Beginner's Developer Center. For those new to .NET but not really beginners, I would suggest MSDN Ramp Up.

查看更多
趁早两清
3楼-- · 2019-04-11 23:13

There is no reason why one must move from VB.NET to C#.NET or vice versa. They both utilize the same framework api and tools. So, I find no point in migrating from VB.NET to C#.NET or vice versa.

查看更多
不美不萌又怎样
4楼-- · 2019-04-11 23:15

Oddly this reverse question might help you understand the areas in which things differ.

If C# programmers need to be told certain things then there must be a difference to the way VB.NET works:

What a C# Coder Should Know Before They Write VB

查看更多
登录 后发表回答