what are the advantages of c# over vb.net?

Answer Posted / rajeshkumarreddych

C# is case sensitive but VB.net is not.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain a MSIL ? Why is it appreciated by all developers?

588


What is eager loading in c#?

469


Is there an equivalent to the instanceof operator in visual j++?

519


What is the difference between proc. Sent by val and by sub?

482


How do you declare a variable in c#?

518






What is difference between for and foreach loop in c#?

536


Why reflection is used in c#?

498


How to reduce image resolution in C#?

635


What is the difference between C# 3.5 and C# 4.0?

538


Is there a way of specifying which block or loop to break out of when working with nested loops?

545


What are primitive types in c#?

535


Can the accessibility of a type member be greater than the accessibility of its containing type?

562


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1812


What are types of constructor?

475


Why do we use delegates in c#?

518