what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages?
Answers were Sorted based on User's Feedback
Answer / santhosh
Vb.net does not support Operator Overloading while c# does
it.
Is This Answer Correct ? | 30 Yes | 1 No |
Answer / mehalasuresh
variable declaration,optioanl paramter does not support in
C#,C# is case sensitive.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhavani
In C# VOID keyword doesnot return any value whereas in
vb.net " sub " doesnot return any value
Is This Answer Correct ? | 1 Yes | 0 No |
What is access specifier in c#?
What does dbml mean in texting?
What is executereader in c#?
Can we maintain state in webservice?
What?s a multicast delegate?
What are winforms in c#?
How many bytes is an int c#?
Can an Assembly have multiple versions
what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??
What is difference between comparable and comparator?
What is the difference between namespace and class?
What is string in c# net?