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



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

Answer / Poonam Trivedi

C# and VB.NET are both object-oriented programming languages developed by Microsoft for .NET Framework, but they have some differences in syntax and design. C# has a more concise syntax, supports multiple paradigms (imperative, object-oriented, functional), and is generally considered to have better performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is break mode? What are the options to step through code?

1 Answers  


Explain the difference between vb 6 and vb.net?

1 Answers  


What does assert() method do In VB.NET

1 Answers   MCN Solutions,


Explain the difference between system.string and system.stringbuilder classes?

0 Answers  


Which classes a dll can contain?

1 Answers  


What are the advantages of an assembly?

1 Answers  


Observations between vb.net and vc#.net?

1 Answers  


What is branching logic control in VB.NET?

1 Answers  


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


What is tracing?

1 Answers  


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

1 Answers  


What is difference between Abstract Class and Interface?

3 Answers  


Categories