what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages?
Answer Posted / 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 |
Post New Answer View All Answers
What are verbatim strings in c#?
What is the difference between int and int in c#?
What is a trace and asset? Explain some differences?
Is it possible to have a static indexer in c#?
Define using statement in c#?
What is ulong in c#?
Are structs value types or reference types?
Does c# support const methods, properties, or events?
What's new in c#?
What are delegates?
What do u mean by delegation?
How do I know if executenonquery is successful c#?
Define an assembly in .net?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Why are strings immutable c#?