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#
- Class Library:- Creates a project for creating classes that can be used in other applications.
- Console Application:- Creates a Visual C# application with a command-line interface.
- Asp.Net Web Application:- Creates a Visual C# application with a Web user interface.
- Asp.Net Web Service:- Creates an XML Web service with Visual C# that other applications can access.
- Asp.Net Mobile Web Application:- Creates an application viewable on PDAs, cell phones, and other mobile devices.
No comments:
Post a Comment