What is the difference between the C#.NET and VB.NET?
Answer Posted / praveena
Syntactically, Visual Basic .NET and Visual C# .NET are two
different languages, just as Visual Basic, Visual C, and
Visual C++ are different languages. Visual C# .NET looks
more familiar to Visual C, Visual C++, and Java
programmers, and Visual Basic ...
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is managed code in .NET?
Explain cas (code access security)?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Should I implement finalize on my class? Should I implement idisposable?
Is there any attempt system for microsoft technology papers?
Explain why do we use the “using” statement?
Explain how does assembly versioning work?
What is the use com component in .net?
What does jit compilation do in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Differences between datagrid, datalist and repeater in .net?
How many types of generations are there in a garbage collector?
Explain About GDI object ?
How do I spawn a thread?