Question:
What is the difference between the C#.NET and VB.NET?
Answer:
VB.NET
- It didn't have the XML Documentation.
- It didn't have the Operator Overloading.
- It didn't have the Pointer Type variables.
C#.NET
- It has XML Documentation, Operator Overloading and supports Pointer Variables using unsafe keyword Source: CoolInterview.com
c#.net is case sensitive. vb.net is not case sensitive Source: CoolInterview.com
Answered by: pavan | Date: 11/21/2007
| Contact pavan
For programmer point of view both the languages have same facility.Only difference is that user syntax point of view.Those who are familiar with vb they must choice the VB.net and those are from c,c++ back ground they choice the c# language obviously.Rest all the facility are same for both the language. Source: CoolInterview.com
Answered by: Bimal Chandra Patel | Date: 12/28/2007
| Contact Bimal Chandra Patel
c#.net is console based application vb.net is windows based application Source: CoolInterview.com
Answered by: sathish | Date: 4/9/2008
| Contact sathish
None! There is no MAJOR difference between the two - any code written in one of them can be converted to the other. However there is some MINOR differences like case-sensitivity and the why you write code. Source: CoolInterview.com
Answered by: Samir | Date: 10/27/2008
| Contact Samir
: 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 ... Source: CoolInterview.com
Answered by: praveena | Date: 4/8/2009
| Contact praveena
Also C# does not support On resume next statemet Source: CoolInterview.com
Answered by: Ravindran | Date: 4/26/2009
| Contact Ravindran
vb.net is not pure object oriented language c#.net is pure object oriented language Source: CoolInterview.com
Answered by: dinesh kumar | Date: 9/2/2009
| Contact dinesh kumar
c# is advance concept of c and c++, but vb.net is advance concept of vb.net Source: CoolInterview.com
Answered by: shobana | Date: 12/12/2009
| Contact shobana
In vb.net we cannot use static keyword for declaring variables and methods. whenever we want to maintain a common value to all the objects of a class we can use static variables this is possible only in c# . Source: CoolInterview.com
Answered by: karthik | Date: 12/16/2009
| Contact karthik
In vb.net we cannot use static keyword for declaring variables and methods. whenever we want to maintain a common value to all the objects of a class we can use static variables this is possible only in c# . Source: CoolInterview.com
Answered by: sss | Date: 8/7/2010
| Contact sss
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|