Hi.
What are the differences between C# and VB.NET apart from syntax?which is more powerful,how do we determine which language to be used when designing a .NET app?
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 Oct 30, 2012, 10:48 AM
However, by using the 'unsafe' keyword, you can use pointers provided that you take responsibility for any errors that may occur as a result of the code being unverifiable.
In my experience, unsafe code is only used in a small minority of applications - mostly those which are interfacing with hardware or with code written in unmanaged languages such as C/C++.
So this is not really a major omission as far as VB.NET is concerned.
Apart from this, there's a long list of minor differences between C# and VB.NET but none of them are significant enough to sway you one way or the other when choosing between the two languages, IMO.
Deepali PatilPosted Oct 30, 2012, 11:00 AM
Deepali PatilPosted Oct 30, 2012, 11:00 AM
Deepali PatilPosted Oct 30, 2012, 10:33 AM
and is this is only difference?
VulpesPosted Oct 30, 2012, 10:24 AM