what is CSharp

Answers were Sorted based on User's Feedback



what is CSharp..

Answer / rijiraghavan

C# is a type-safe, component-based, high-performance
language
that is designed for the Microsoft .NET framework.
it is a modern, object-oriented language that enables
programmers to quickly build
a wide range of applications for the new Microsoft .NET
platform.
It was specifically made for building large applications in
a
Rapid Application Development (RAD) style.

Is This Answer Correct ?    5 Yes 0 No

what is CSharp..

Answer / deepchand singh

csharp is first component based programming language
introduce by microsoft for .net plateform

Is This Answer Correct ?    2 Yes 1 No

what is CSharp..

Answer / komilla shaheen

c-sharp is a universal language used to create applications
and used on many os,including Microsoft windows .c-sharp is
one of the languages used in the Microsoft .net
framework.The Microsoft .net framework is a library of
objects that create or draw things on the computer.

Is This Answer Correct ?    2 Yes 1 No

what is CSharp..

Answer / aaa

c# is a real world system.

Is This Answer Correct ?    1 Yes 0 No

what is CSharp..

Answer / kuldeep

CSharp is a programing language . Which used for making
Softwares

Is This Answer Correct ?    3 Yes 3 No

what is CSharp..

Answer / ctharam

Good to use C#:-
------------
1)which is suitable for windows based application's platform
2)which is pure OO programming language like C++ and java
3)its support Hardware devices
4)which is the allowing programming Developers to build console base applications and webservices (web applications) and have to put in internet across the World
5)simple and easily to learn
6)supports exception handling mechanism.

Disadvantage:-
--------------
1) does not support multiple inheritance.(but support by Interface)

2)does not support Copy Constructor

3)does not use Pointer concepts

4)does not support different platforms unlike java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain ACID rule of thumb for transactions.

1 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...

2 Answers   CybAge, Wipro,


Is c# a technology?

0 Answers  


Can we change static value in c#?

0 Answers  






What is dataset c#?

0 Answers  


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


What is console readkey in vb net?

0 Answers  


What is a clr (common language runtime)?

0 Answers  


What is wpf c#?

0 Answers  


Can you specify an access modifier for an enumeration?

0 Answers  


What is the difference between early binding and late binding in c#?

0 Answers  


Categories