Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 cosole application?

0 Answers  


Give an example to show for hiding base class methods?

0 Answers  


What is cookies in c# asp net?

0 Answers  


what r arraylist? what the use of Hashtables?

4 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is marshalling and what are different kinds of marshalling?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


What is static variable in c#?

0 Answers  


What are collection classes?

0 Answers  


What is console programming language?

0 Answers  


What will a loop recorder show?

0 Answers  


what is a static constructor?

0 Answers  


Categories