C Sharp



C Sharp..

Answer / senthil

C# is pure object oriented programming language, syntax and
some class libraries taken from c and c++, It's look like
JAVA developed by Microsoft

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Explain the difference between private and shared assembly?

0 Answers  


What is ilasm.exe used for?

0 Answers  


What do you use c# for?

0 Answers  


What are the steps to make an assembly to public?

0 Answers  


What is jagged array?

0 Answers  






How to declares a two-dimensional array in C#?

0 Answers   DELL,


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<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates

1 Answers   Wipro,


What is the difference between and xml documentation tag?

0 Answers  


What does the keyword “virtual” declare for a method or property?

0 Answers   Siebel,


Explain About Web.config

0 Answers   Keane India Ltd,


Explain the concepts of cts and cls(common language specification).

0 Answers  


Categories