GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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?



February 02, 2006 04:32:45 #2
 Abhishek Agrawal   Member Since: Visitor    Total Comments: N/A 

RE: What are the differences between C# and VB.NET apa...
 

C# is designed as a purely object oriented language from the scratch

while VB.net was designed to port the existing VB programmers to dot net framework as VB.net is having the same feel as VB

there are many  features in C# which are not available in VB.net like

 1)Delegates which are equivalent to function pointers in VC++

 2)pointers (using unmanaged code)

     

 

Back To Question