C# Concepts
C# Concepts
____________________________________
C# is a simple, modern, object oriented language derived from C++ and Java. It aims to combine the
high productivity of Visual Basic and the raw power of C++. It is a part of Microsoft Visual
Studio7.0. Visual studio supports Vb, VC++, C++, Vbscript, Jscript. All of these languages provide
access to the Microsoft .NET platform. .NET includes a Common Execution engine and a rich class
library. Microsoft's JVM equivalent is Common language run time (CLR). CLR accommodates more
than one languages such as C#, VB.NET, Jscript, ASP.NET, C++. The classes and data types are
common to all of the .NET languages. We may develop Console application, Windows application,
and Web application using C#.
Simple
Modern
1.C# has been based according to the current trend and is very powerful and simple for
building interoperable, scalable, robust applications.
2. C# includes built in support to turn any component into a web service that can be invoked
over the Internet from any application running on any platform.
Object Oriented
Type Safe
Interoperability
1. C# includes native support for the COM and windows based applications.
2. Allows restricted use of native pointers.
3. Users no longer have to explicitly implement the unknown and other COM interfaces,
those features are built in.
5. Components from VB.NET and other managed code languages and directly be used in C#