We can Give You Tutorial of C#, Visual Studio, Html, CSS, Javascript Etc. Programming languages in Programming Kida Blog by Ganesh Chorghe & Salman Attar.

Latest Post by Programmingkida.Com

Post Top Ad

Your Ad Spot

Friday, 30 August 2019

What is C# ?

What is C# ?



What is C#.net

csharp
c sharp tutorial
c sharp learn
programming c sharp
.net tutorialspoint
c sharp programming
learn c sharp
csharp notes
tutorials teacher
tutorialspoint in c
c sharp notes
c3 tutorial
c sharp programming tutorial
language c sharp
c sharp basics
c sharp tutorial point
c sharp beginners
what is c sharp
csharp language
programming language c sharp
asp.net tutorial point
learning c sharp for beginners
c sharp tutorial for beginners
csharp basic tutorial
c sharp scripting tutorial
learn c sharp dot net
dot net tutorials for beginners c sharp
c sharp advanced tutorials
c sharp programming language tutorial
w3schools c sharp
csharp example
c sharp for dummies
net programing
c sharp computer language
c sharp basics for beginners
c sharp tutorials for beginners with examples
how to learn c sharp programming
learning c sharp online
c sharp free tutorial
learning to program in c sharp
c sharp definition
learn c programming in visual studio for beginners
c sharp programming questions
visual c tutorial
dotnet c
c sharp oops concepts
what is c sharp programming language
c sharp software
visual c for dummies
visual studio 2017 tutorial for beginners pdf
c sharp programming for dummies
www.tutorialspoint.com c
introduction to c sharp programming
net language
c sharp video tutorials free download
visual studio tutorial c
csharpcorner asp net
c generics tutor
oops in c
c sharp training course
c sharp video tutorial download
net making for beginners
c sharp .net programming examples
microsoft visual basic for applications core
c sharp windows forms examples
w33schools
c sharp or java
c sharp website tutorial
visual studio c sharp tutorial
free c sharp tutorials for beginners
simple coding for beginners
c sharp framework
visual studio tutorial point
c sharp object oriented programming concepts
c sharp application
fastest way to learn c sharp
dot programming language
csharp code library
visual studio c tutorial for beginners
c sharp guide
best way to learn c sharp programming
c sharp courses online free
dotnet csharp
c sharp computer programming
unity csharp tutorial
windows forms c sharp
visual studio code tutorial pdf
c net course
how to use c sharp in visual studio
c3 code
scratch code examples
introduction to c sharp programming language
c sharp fundamentals for absolute beginners
c sharp how to program
c sharp programming classes
learn visual studio code
w3 code school
c sharp windows form application tutorial
learning code for dummies
visual basic vs c sharp
c sharp programming guide
introduction to c sharp
dot net programing tutorial
tutorial windows programming
tutoria 2017
example of c sharp programming language
microsoft c sharp
c sharp beginners guide
online c sharp course
it tutorials with example
c sharp w3schools tutorials
c sharp studio
selenium c sharp
visual c sharp tutorial
visual c sharp examples
c sharp training
microsoft visual c .net
learn c sharp programming free
visual c programming tutorial
visual c sharp
windows c sharp
visual c sharp tutorial for beginners
w3school resources
microsoft c sharp tutorial
best book on c sharp
guru99 c language
beginners programming guide
visual studio c sharp
learn c sharp programming online
sample code in c sharp
visual c basics
object oriented programming .net
studio c3
c sharp windows application example
coding for beginners windows
c programming for the absolute beginner
csharp video tutorials
c sharp development
What is C# ? 
and Who Developed C# Programming language
introduction of 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

2 comments:

Pages