main concept of c sharp

Answers were Sorted based on User's Feedback



main concept of c sharp..

Answer / kishore anumala

C# is a strongly typed language i.e., memmory management is
done efficiently. And the main concept of C# is to
implement OOPS and also COM Model i.e component
reuasablility.

Is This Answer Correct ?    4 Yes 1 No

main concept of c sharp..

Answer / shashi bhushan

the main concept of the c sharp is that one can easily make
application in a pure oriented form , easily use of COM in
developing software/web application

Is This Answer Correct ?    3 Yes 4 No

main concept of c sharp..

Answer / mahalakshmi

C# is the pure object oriented language..
we can use it in web applications..
back end works of the websites are done by C#...


for example we are accessing yahoomail.com..
it is asking for the username and password..
ur entering ur details and subnitting it..
ur getting a result of tat page with ur inbox rite..
tat result can be done by C#.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More C Sharp Interview Questions

What is the difference between Singleton design pattern and Factory design pattern?

0 Answers  


Differentiate between object pooling and connection pooling in c#?

0 Answers  


What does immutable mean in c#?

0 Answers  


what is a constructor? What is a destructor?

0 Answers  


What is the difference between func and action delegate?

0 Answers  






Is concurrent queue thread safe?

0 Answers  


Is array reference type in c#?

0 Answers  


What is main thread in c#?

0 Answers  


Does c# support a variable number of arguments?

0 Answers  


What is the differnce between Array and Hash Table?

3 Answers   Impetus, TCS,


Can we inherit private members of class in c#?

0 Answers  


Does constructor return any value in c#?

0 Answers  


Categories