What are Major Feature of VB.NET Over C#.NET
Answer Posted / ajit jha
VB.NET also doesn't support operator overloading. Due to
unsafe code.
And
VB.NET instantly compiled our code, help in small
development work and disadvantage is it cause slightly delay
in case of Large Development.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain about branching logic control in vb.net?
Which dll is used for microsoft .net run time?
How do you retrieve the customized properties of a .net application from xml .config file?
Explain an assembly and its use?
What is the use of assembly?
What is the difference between convert.tostring and .tostring() method?
Explain the difference between value and reference types?
What is redim keyword?
Write the role of new keyword?
Can you please explain the difference between namespace and assembly?
Explain the difference between system.string and system.stringbuilder classes?
Explain about jagged arrarys ?
What do you mean by Redim in VB.NET?
Explain the use of console application?
Explain about garbage collection?