| |
GeekInterview.com > Interview Questions > Microsoft > Basics
| Print | |
Question: 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?
|
| March 03, 2007 04:50:08 |
#4 |
| ti_abhi |
Member Since: March 2007 Total Comments: 2 |
RE: What are the differences between C# and VB.NET apa... |
VB.NET does have delegates. Pointers cant be said to be an advantage, Even Java claiming to a pure Object Oriented Language stays away from pointers. Its just for backward compatibility and letting users do what they used to with c/c++.
Unmanaged code is never recommended and therefore should not be treated as an advantage. |
| |
Back To Question | |