What is C# ?
·
C# is a .net framework based language.
·
C#.net is developed in 2002 by Anders Hejlsberg.
·
C# is a modern language.
·
C# is an object-oriented programming language
used with XML-based Web services on the .NET platform.
·
C# is a garbage collection & simplified
type declarations, scalability full support.
·
In C#.net other features such as framework
libraries and Classes that make software developing solutions faster and
easier.
·
C# is a also component Object-Oriented
programing language & It's strongly type language.
·
Every statement in C#.net is formated by
using semicolon ( ; ).
·
C#.net is a very case sensitive Language.
·
Using by C# you can Developed the windows
based application, Games & now you can also develop Android application.
·
Website OR web application development using
Asp.net is the most popular & most commercial used of C# currently.
* C# supporting Application :
1)
Console Application & Windows client
applications.
2)
Windows libraries and components.
3)
Windows services.
4)
Web applications.
5)
Web services and Web API.
6)
Android mobile apps.
7)
Backend services.
8)
cloud applications and services
* Simple Program of C#
using System;
using System.Collections.Generic;
using System.Text;
namespace SimpleProgram
{
class
Program
{
static void Main(string[] args)
{
string message = "This is first simple program";
Console.WriteLine(message);
}
}
}
Article by : Ganesh Chorghe
Keywords
C Sharp, c sharp tutorial, c sharp learn, programming c sharp, .net , c sharp programming, learn c sharp, sharp notes
Nice yaar Ganesh...! Superb
ReplyDeletethank u brother
Delete