what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages?
Answer Posted / mehalasuresh
variable declaration,optioanl paramter does not support in
C#,C# is case sensitive.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is the difference between class and namespace?
What is the difference between console and windows application?
What is sqlcommandbuilder c#?
What is the difference between a constant and a static readonly field?
Can you pass parameters to destructors?
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
What does out mean in c#?
Where is the keyword void used?
Which class does the remote object has to inherit?
What's different between c# and c/c++?
How can encapsulation be achieved?
Define delegation in .net?
What is exe in c#?
What is token in c#?