0
What is the difference between C# & VB.Net?
Which of this of this two language is good I am a little confused that I should study which of them..
2 Answers
0
I started learning programming with VBA and next moved to VB.Net. Right now, I'm transitioning to C#. VB or VB.Net to C# is a common path for many programmers. Both lanuages are very similar. You can actually convert methods between them or lookup a snippet and apply it in your solution. In terms of learning VB.Net seems to be easier to grasp as it is resembles language that we speak. C# is much more stuctured and it is much harder to read for someone without experience. However there is much greater demand for people that know C# than VB.Net. I would recommend that if you struggle with C#, do some small projects in VB.Net to learn basic concepts of variables, loops etc and move to C#. You need to focus on concepts rather than syntax first.
0
C# its the Best to code in all platforms