Hi Friends.............
I want to know difference between VB and C# programming language ? Please explain with an example in details ?
Thanks..........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 26, 2012, 7:12 AM
The only ones worth mentioning IMO are that C# supports iterators and unsafe code but VB.Net does not. Also C# is case sensitive but VB is not.
However, in the upcoming VS11 versions, VB.Net will be getting iterators and both languages will be getting the new async and await keywords for asynchronous programming.
In the future, Microsoft intend to evolve both languages together so, if one gets a new feature, the other will get it too.
For syntax differences, I'd check this link:
http://www.harding.edu/fmccown/vbnet_csharp_comparison.html