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 |
Explain the difference between constants and read-only variables?
What are the different types of memory in .net?
Can you configure a .NET Remoting object via XML file?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
What is the root class in .net?
What is strong name?
What is a system lock?
Does .net supports destructors concept?
What is the difference between vb.net and vc#.net?
What is portable executable (PE)?
Please explain what is the difference between odbc and ado?
How different are interface and abstract class in .Net?