SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Introduction To C#
        Hello World!

        By:- Rahul Sahay
Email:-rahulsahay19@gmail.com
Overview
•   What is .NET?
•   What is the FCL?
•   What is the CLR?
•   Building Hello, World!
•   Basic Expressions and Operators
•   Compilers and Command line tools
•   Creating projects with Visual Studio
.NET
CLR
FCL
What is C#?
csc.exe
Visual Studio
Solution Explorer
Types
Primitive Types
Namespaces
Variables
Statements & Expressions
Operators
References
Summary
•   C# is one of the many languages for .NET
•   Syntax similar to C++ and Java
•   Strongly typed
•   Statements and expressions
•   Operators
•   References

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Advance C# Programming Part 1.pptx
Advance C# Programming Part 1.pptxAdvance C# Programming Part 1.pptx
Advance C# Programming Part 1.pptx
 
Introduction to .net framework
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net framework
 
C sharp
C sharpC sharp
C sharp
 
Tutorial c#
Tutorial c#Tutorial c#
Tutorial c#
 
DOT Net overview
DOT Net overviewDOT Net overview
DOT Net overview
 
TypeScript: coding JavaScript without the pain
TypeScript: coding JavaScript without the painTypeScript: coding JavaScript without the pain
TypeScript: coding JavaScript without the pain
 
Microsoft dot net framework
Microsoft dot net frameworkMicrosoft dot net framework
Microsoft dot net framework
 
CSharp Presentation
CSharp PresentationCSharp Presentation
CSharp Presentation
 
Basic Java Programming
Basic Java ProgrammingBasic Java Programming
Basic Java Programming
 
C# 101: Intro to Programming with C#
C# 101: Intro to Programming with C#C# 101: Intro to Programming with C#
C# 101: Intro to Programming with C#
 
TypeScript - An Introduction
TypeScript - An IntroductionTypeScript - An Introduction
TypeScript - An Introduction
 
.Net Core
.Net Core.Net Core
.Net Core
 
Introduction to java
Introduction to java Introduction to java
Introduction to java
 
TypeScript Presentation
TypeScript PresentationTypeScript Presentation
TypeScript Presentation
 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
 
Programming in c#
Programming in c#Programming in c#
Programming in c#
 
C sharp
C sharpC sharp
C sharp
 
.Net framework
.Net framework.Net framework
.Net framework
 
Java
JavaJava
Java
 
Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To Dotnet
 

Andere mochten auch

C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial Jm Ramos
 
.NET and C# Introduction
.NET and C# Introduction.NET and C# Introduction
.NET and C# IntroductionSiraj Memon
 
Introduction to .NET Framework and C# (English)
Introduction to .NET Framework and C# (English)Introduction to .NET Framework and C# (English)
Introduction to .NET Framework and C# (English)Vangos Pterneas
 
Introduction to visual basic programming
Introduction to visual basic programmingIntroduction to visual basic programming
Introduction to visual basic programmingRoger Argarin
 
Programming languages
Programming languagesProgramming languages
Programming languagesAkash Varaiya
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languagesVarun Garg
 

Andere mochten auch (7)

C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
 
.NET and C# Introduction
.NET and C# Introduction.NET and C# Introduction
.NET and C# Introduction
 
Introduction to .NET Framework and C# (English)
Introduction to .NET Framework and C# (English)Introduction to .NET Framework and C# (English)
Introduction to .NET Framework and C# (English)
 
C# basics
 C# basics C# basics
C# basics
 
Introduction to visual basic programming
Introduction to visual basic programmingIntroduction to visual basic programming
Introduction to visual basic programming
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
 

Introduction to C# Programming Language Basics