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



what is the difference between c-sharp and vb.net?What kind of security or advances we find in bot..

Answer / santhosh

Vb.net does not support Operator Overloading while c# does
it.

Is This Answer Correct ?    30 Yes 1 No

what is the difference between c-sharp and vb.net?What kind of security or advances we find in bot..

Answer / mehalasuresh

variable declaration,optioanl paramter does not support in
C#,C# is case sensitive.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between c-sharp and vb.net?What kind of security or advances we find in bot..

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

Post New Answer

More C Sharp Interview Questions

What is c# used for?

0 Answers  


Why do we need constructors?

0 Answers  


What is difference between ienumerable and enumerable in c#?

0 Answers  


What is a proxy of the server object in .NET Remoting?

1 Answers   BirlaSoft,


Can a structure inherit a class.

3 Answers   Infosys, Synechron,






Is dll a library?

0 Answers  


What does f mean in c#?

0 Answers  


Define a manifest in .net?

0 Answers  


What are verbatim strings in c#?

0 Answers  


Explain the difference between “constant” and “read-only” variables used in c#?

0 Answers  


if a method is marked as protected internal who can access it?

0 Answers   Siebel Systems,


Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..

1 Answers  


Categories