Difference between VB.NET and C#. Which is faster ?
Answer Posted / madhu
1)c# is case sensitive vb.net its not space sensitve
2)in vb.net abstract classes using "mustinherit" keyword,c#
we have "abstract" key word
3)vb.net has with construct which is not use in c#
4) c# allows pointers it can improve performence in some
situations.
note:Both use same frame work and spped is also very much
equalents.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain how to spawn a thread?
What is .net technology?
When should I use .net core?
What is .net3.5?
What is WSDL? Explain its architecture?
What is "common language specification" (cls) in .net?
Is Driver Script any how related to AOM?
What is the procedure to add assemly to gac to make it shared one?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Can "this" be used within a static method?
Can a try block have more than one catch block?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is the base class of Button control in .NET?
What is "common language runtime" (clr) in .net?