SlideShare a Scribd company logo
Welcome to
Menporul
New way to learn
Introduction
C#
By
Vignesh Nethaji
C# Overview And Environment
• .Net Framework
• MSIL(Microsoft Intermediate Language)
• CLR(Common Language Runtime)
• CLS(Common Language Specification)
• CTS (Common Type System)
.Net Framework Overview
• Managed Code
• Two Components Of Framework
FCL(Framework Class Library)
CLR(Common Language Runtime)
.Net FCL(Framework Class Library)
• Provides the core functionality.
• Collection of reusable codes.
• Object oriented and easy to use in program developments.
• Third-party components can integrate .
• Hierarchical tree structure and it is divided into Namespaces.
• Namespaces
Namespaces are logical grouping of types
System Namespace is the root for types in the .NET Framework
Common Language Runtime
Overview
• Execution Environment between OS and Applications
• Managed Code into native code
• Just in Time(JIT)Compiler
MSIL to native code on demand at application run time.
Common Language Runtime
Execution Time
• Thread executions
Run based on schedule
• Memory Management
Allocation of Objects and Buffers
• Garbage Collection(GC)
Clean up the unused Objects and buffers
• Exception Handling
Source
code
C#
Source
code
Compiler
C#
Source
code
Managed
Code or MSIL
Assembly IL
Code
Compiler
C#
Source
code
Common Language Runtime
Managed
Code or MSIL
Assembly IL
Code
Compiler
C#
Source
code
Common Language Runtime
Managed
Code or MSIL
JIT Compiler
Assembly IL
Code
Compiler
C#
Source
code
Common Language Runtime
Native Code
Managed
Code or MSIL
JIT Compiler
Assembly IL
Code
Compiler
C#
Source
code
Operating System
Common Language Runtime
Native Code
Managed
Code or MSIL
JIT Compiler
Assembly IL
Code
Compiler
C#
Common Type System(CTS)
• Describes the datatypes in .Net Language
• Datatypes are two types
1.Value Types
int
Enum
Struct
2.Reference Type
Classes
Interfaces
Arrays
Thanks For watching this
Video

More Related Content

PDF
What is JUnit? | Edureka
PPTX
Introduction to c#
PPTX
Migrating .NET Application to .NET Core
PDF
Dot Net Core
PPT
Rational Unified Process
PPT
ASP.NET Session 1
PPTX
Introduction to dot net framework
PPT
C#_01_CLROverview.ppt
What is JUnit? | Edureka
Introduction to c#
Migrating .NET Application to .NET Core
Dot Net Core
Rational Unified Process
ASP.NET Session 1
Introduction to dot net framework
C#_01_CLROverview.ppt

Similar to C# (20)

PPTX
CS4443 - Modern Programming Language - I Lecture (1)
PPT
CSharp_01_CLROverview_and Introductionc#
PPT
Microsoft.Net
PPT
.Net overview|Introduction Of .net
PPTX
PPT
.Netframework
PPTX
election survey comapny in delhi|election survey company|election survey comp...
PPT
.Net framework
PPT
C# wrokig based topics for students in advanced programming
PPTX
.Net Framework
DOCX
Chapter 1 introduction to .net
DOCX
What is c#
PPTX
Common language runtime clr
PPT
.NET Overview
PPTX
Architecture in .net
PPTX
Chapter1_Part1.pptx
PPTX
Microsoft .Net Framework
PDF
Microsoft .NET Platform
PPTX
Introduction to .net
PPSX
Introductionto .netframework by Priyanka Pinglikar
CS4443 - Modern Programming Language - I Lecture (1)
CSharp_01_CLROverview_and Introductionc#
Microsoft.Net
.Net overview|Introduction Of .net
.Netframework
election survey comapny in delhi|election survey company|election survey comp...
.Net framework
C# wrokig based topics for students in advanced programming
.Net Framework
Chapter 1 introduction to .net
What is c#
Common language runtime clr
.NET Overview
Architecture in .net
Chapter1_Part1.pptx
Microsoft .Net Framework
Microsoft .NET Platform
Introduction to .net
Introductionto .netframework by Priyanka Pinglikar
Ad

Recently uploaded (20)

PDF
My India Quiz Book_20210205121199924.pdf
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
advance database management system book.pdf
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
Hazard Identification & Risk Assessment .pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Trump Administration's workforce development strategy
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
Empowerment Technology for Senior High School Guide
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
20th Century Theater, Methods, History.pptx
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
My India Quiz Book_20210205121199924.pdf
FORM 1 BIOLOGY MIND MAPS and their schemes
B.Sc. DS Unit 2 Software Engineering.pptx
advance database management system book.pdf
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Hazard Identification & Risk Assessment .pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Trump Administration's workforce development strategy
History, Philosophy and sociology of education (1).pptx
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
Empowerment Technology for Senior High School Guide
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
20th Century Theater, Methods, History.pptx
Share_Module_2_Power_conflict_and_negotiation.pptx
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Ad

C#