what is CSharp
Answers were Sorted based on User's Feedback
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 |
Answer / deepchand singh
csharp is first component based programming language
introduce by microsoft for .net plateform
Is This Answer Correct ? | 2 Yes | 1 No |
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 |
Answer / kuldeep
CSharp is a programing language . Which used for making
Softwares
Is This Answer Correct ? | 3 Yes | 3 No |
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 |
Who is a accessibility modifier “protected internal†available to ?
what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??
What does addressof operator do in background ?
What is the difference between CreateObject() and GetObject()?
Can struct have constructor c#?
Explain polymorphism in c# with a simple example?
Will the following code compile and run?
Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..
Give 2 scenarios where static constructors can be used?
Explain how obfuscator works in .net
What is oledbconnection c#?
Explain async and await?