Saturday, June 25, 2011

Introduction to C sharp

Introduction to C#

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language. It will immediately be familiar to C and C++ programmers. C# combines the high productivity of Rapid Application Development (RAD) languages. The following are the advantages C# provides :-

  • Interactive Development Environment.
  • Visual designers for building Windows and Web applications.
  • Compiler.
  • Debugger.

 

Features of C# language:

  • Simple
  • Type safe
  • Versioning: making new version of an application from existing one to work.
  • Follows all OOPs paradigm
  • Automatic garbage collection
  • Flexible

Application Types in C#

  1. Class Library:- Creates a project for creating classes that can be used in other applications.
  2. Console Application:- Creates a Visual C# application with a command-line interface.
  3. Asp.Net Web Application:- Creates a Visual C# application with a Web user interface.
  4. Asp.Net Web Service:- Creates an XML Web service with Visual C# that other applications can access.
  5. Asp.Net Mobile Web Application:- Creates an application viewable on PDAs, cell phones, and other mobile devices.
If U LIKE THE POST FOLLOW THE BLOG

No comments:

Post a Comment