What is your observations between vb.net and vc#.net?



What is your observations between vb.net and vc#.net?..

Answer / Deepak Kumar Gaur

Both VB.NET and C#.NET are object-oriented programming languages used in the .NET framework. While they share many similarities, there are some differences to note:n
1. Syntax: C# has a more modern syntax compared to VB.NET. It is generally considered cleaner and easier to read.
2. Interoperability: C# offers better interoperability with unmanaged code such as C++ libraries due to its C-like syntax.
3. Performance: C# may offer slightly better performance in some cases, especially when working with low-level tasks like memory management and multi-threading.
4. Community Support: C# has a larger and more active community compared to VB.NET, which can make finding help and resources easier.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between constants and read-only variables?

1 Answers  


What are the different types of memory in .net?

1 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


What is the root class in .net?

1 Answers  


What is strong name?

2 Answers  


What is a system lock?

2 Answers   Wipro,


Does .net supports destructors concept?

1 Answers  


What is the difference between vb.net and vc#.net?

1 Answers  


What is portable executable (PE)?

2 Answers  


Please explain what is the difference between odbc and ado?

1 Answers  


How different are interface and abstract class in .Net?

2 Answers  


Categories