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 difference between il and dll ?

0 Answers  


What is the difference between static class and singleton class in c#?

0 Answers  


What is a variable in c#?

0 Answers  


Are value types sealed?

0 Answers  


Can delegates be used as callbacks?

0 Answers  






How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!

0 Answers  


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

0 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

5 Answers  


Is array reference type / value type?

15 Answers   Accenture,


Which is faster hashtable or dictionary?

0 Answers  


How can you reference current thread of the method ?

0 Answers  


Why do we need generics in c#?

0 Answers  


Categories