SlideShare a Scribd company logo
Components of .Net Framework 3.5
Brought to you by www.SiryMedia.in
Components and their Description
(1) Common Language Runtime or CLR
It performs memory management, exception handling, debugging, security checking, thread
execution, code execution, code safety, verification, and compilation. The code that is directly
managed by the CLR is called the managed code. When the managed code is compiled, the
compiler converts the source code into a CPU independent intermediate language (IL) code. A Just
In Time(JIT) compiler compiles the IL code into native code, which is CPU specific.
(2) .Net Framework Class Library
It contains a huge library of reusable types. classes, interfaces, structures, and enumerated values,
which are collectively called types.
(3) Common Language Specification
It contains the specifications for the .Net supported languages and implementation of language
integration.
(4) Common Type System
It provides guidelines for declaring, using, and managing types at runtime, and cross-language
communication.
(5) Metadata and Assemblies
Metadata is the binary information describing the program, which is either stored in a portable
executable file (PE) or in the memory. Assembly is a logical unit consisting of the assembly
manifest, type metadata, IL code, and a set of resources like image files.
(6) Windows Forms
Windows Forms contain the graphical representation of any window displayed in the application.
(7) ASP.NET and ASP.NET AJAX
ASP.NET is the web development model and AJAX is an extension of ASP.NET for developing and
implementing AJAX functionality. ASP.NET AJAX contains the components that allow the
developer to update data on a website without a complete reload of the page.
(8) ADO.NET
It is the technology used for working with data and databases. It provides access to data sources
like SQL server, OLE DB, XML etc. The ADO.NET allows connection to data sources for retrieving,
manipulating, and updating data.
(9) Windows Workflow Foundation (WF)
It helps in building workflow-based applications in Windows. It contains activities, workflow
runtime, workflow designer, and a rules engine.
(10) Windows Presentation Foundation
It provides a separation between the user interface and the business logic. It helps in developing
visually stunning interfaces using documents, media, two and three dimensional graphics,
animations, and more.
(11) Windows Communication Foundation (WCF)
It is the technology used for building and executing connected systems.
(12) Windows CardSpace
It provides safety for accessing resources and sharing personal information on the internet.
(13) LINQ
It imparts data querying capabilities to .Net languages using a syntax which is similar to the tradition
query language SQL.
Thank You
For more updates subscribe to our YouTube channel
SiryMedia
To watch more videos visit our website
www.sirymedia.in

More Related Content

What's hot (19)

PPTX
A Sneak Peek At Visual Studio 2010 And .Net Framework 4.0
Antonio Chagoury
 
PPT
.Net Overview
Pankaj Rattan
 
PPTX
.Net framework architecture
Fad Zulkifli
 
PDF
Lesson 1 Understanding Dot Net Framework
nbaveja
 
PPTX
Dotnet Frameworks Version History
voltaincx
 
PPTX
.Net framework
Arun Pal
 
PPT
.Net introduction by Quontra Solutions
QUONTRASOLUTIONS
 
DOCX
1 what is microsoft .net framework
Islamia Univeristy Bahawalpur Bahawalnagar
 
PPT
DOT Net overview
chandrasekhardesireddi
 
PPTX
Overview of microsoft dot net platforms
Abhijit B.
 
PPTX
srgoc dotnet_ppt
Gaurav Singh
 
PDF
The .NET Platform - A Brief Overview
Carlos Lopes
 
PPT
Dotnet framework
Nitu Pandey
 
PPT
Microsoft .NET Framework
chandrasekhardesireddi
 
PPTX
.Net the begining
cncwebworld
 
PPTX
Vb6 vs vb.net....(visual basic) presentation
Iftikhar Ahmad
 
PPTX
Introduction of .net framework
Prognoz Technologies Pvt. Ltd.
 
PPTX
dot net technology
Imran Khan
 
PDF
Dotnet basics
Mir Majid
 
A Sneak Peek At Visual Studio 2010 And .Net Framework 4.0
Antonio Chagoury
 
.Net Overview
Pankaj Rattan
 
.Net framework architecture
Fad Zulkifli
 
Lesson 1 Understanding Dot Net Framework
nbaveja
 
Dotnet Frameworks Version History
voltaincx
 
.Net framework
Arun Pal
 
.Net introduction by Quontra Solutions
QUONTRASOLUTIONS
 
1 what is microsoft .net framework
Islamia Univeristy Bahawalpur Bahawalnagar
 
DOT Net overview
chandrasekhardesireddi
 
Overview of microsoft dot net platforms
Abhijit B.
 
srgoc dotnet_ppt
Gaurav Singh
 
The .NET Platform - A Brief Overview
Carlos Lopes
 
Dotnet framework
Nitu Pandey
 
Microsoft .NET Framework
chandrasekhardesireddi
 
.Net the begining
cncwebworld
 
Vb6 vs vb.net....(visual basic) presentation
Iftikhar Ahmad
 
Introduction of .net framework
Prognoz Technologies Pvt. Ltd.
 
dot net technology
Imran Khan
 
Dotnet basics
Mir Majid
 

Similar to Component of .net (20)

PDF
Asp.net web application framework management system.pdf
Kamal Acharya
 
PDF
Cetpa infotech is the best advanced .net training institute in Delhi NCR
ACCHITABAJPAI
 
PPTX
ASP.Net Technologies Part-1
Vasudev Sharma
 
PDF
.Net overview by cetpa
sharmamohan13989
 
PPTX
Microsoft dot net framework
Ashish Verma
 
PDF
Unit I- Introduction to .NET Framework.pdf
Ujwala Junghare
 
PPT
Net Framework overview
MohitKumar1985
 
PPTX
Net Fundamentals
Ali Taki
 
PPTX
VB IMPORTANT QUESTION
FAREED UR RAHMAN .
 
PPTX
Introduction to .net
Jaya Kumari
 
PPTX
1-.NET Introduction.pptx
RKAggarwal6
 
DOCX
As pnet
Abhishek Kesharwani
 
PPT
Modified.net overview
Faisal Aziz
 
PPT
Net overview
Paarthi Kannadasan
 
PPT
.Net Overview -- Training (Lesson 1)
Rishi Kothari
 
PPTX
Chapter 1
application developer
 
PPT
Microsoft.Net
Vishwa Mohan
 
Asp.net web application framework management system.pdf
Kamal Acharya
 
Cetpa infotech is the best advanced .net training institute in Delhi NCR
ACCHITABAJPAI
 
ASP.Net Technologies Part-1
Vasudev Sharma
 
.Net overview by cetpa
sharmamohan13989
 
Microsoft dot net framework
Ashish Verma
 
Unit I- Introduction to .NET Framework.pdf
Ujwala Junghare
 
Net Framework overview
MohitKumar1985
 
Net Fundamentals
Ali Taki
 
VB IMPORTANT QUESTION
FAREED UR RAHMAN .
 
Introduction to .net
Jaya Kumari
 
1-.NET Introduction.pptx
RKAggarwal6
 
Modified.net overview
Faisal Aziz
 
Net overview
Paarthi Kannadasan
 
.Net Overview -- Training (Lesson 1)
Rishi Kothari
 
Microsoft.Net
Vishwa Mohan
 
Ad

More from Sireesh K (20)

PPTX
Cn10
Sireesh K
 
PPTX
chanakya neeti
Sireesh K
 
PPTX
chanakya neeti
Sireesh K
 
DOCX
What is mvc
Sireesh K
 
PPTX
31c
Sireesh K
 
PPTX
31cs
Sireesh K
 
PPTX
45c
Sireesh K
 
PPTX
44c
Sireesh K
 
PPTX
43c
Sireesh K
 
PPTX
42c
Sireesh K
 
PPTX
41c
Sireesh K
 
PPTX
40c
Sireesh K
 
PPTX
39c
Sireesh K
 
PPTX
38c
Sireesh K
 
PPTX
37c
Sireesh K
 
PPTX
35c
Sireesh K
 
PPTX
34c
Sireesh K
 
PPTX
33c
Sireesh K
 
PPTX
30c
Sireesh K
 
PPTX
29c
Sireesh K
 
Cn10
Sireesh K
 
chanakya neeti
Sireesh K
 
chanakya neeti
Sireesh K
 
What is mvc
Sireesh K
 
31cs
Sireesh K
 
Ad

Recently uploaded (20)

PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PPTX
How to Configure Storno Accounting in Odoo 18 Accounting
Celine George
 
PDF
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PDF
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
PPTX
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PPTX
How to Manage Promotions in Odoo 18 Sales
Celine George
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PPTX
Capitol Doctoral Presentation -July 2025.pptx
CapitolTechU
 
PPTX
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 
PDF
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
PPT
digestive system for Pharm d I year HAP
rekhapositivity
 
PDF
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
PPTX
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
How to Configure Storno Accounting in Odoo 18 Accounting
Celine George
 
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
How to Manage Promotions in Odoo 18 Sales
Celine George
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
Capitol Doctoral Presentation -July 2025.pptx
CapitolTechU
 
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
digestive system for Pharm d I year HAP
rekhapositivity
 
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 

Component of .net

  • 1. Components of .Net Framework 3.5 Brought to you by www.SiryMedia.in
  • 2. Components and their Description (1) Common Language Runtime or CLR It performs memory management, exception handling, debugging, security checking, thread execution, code execution, code safety, verification, and compilation. The code that is directly managed by the CLR is called the managed code. When the managed code is compiled, the compiler converts the source code into a CPU independent intermediate language (IL) code. A Just In Time(JIT) compiler compiles the IL code into native code, which is CPU specific. (2) .Net Framework Class Library It contains a huge library of reusable types. classes, interfaces, structures, and enumerated values, which are collectively called types. (3) Common Language Specification It contains the specifications for the .Net supported languages and implementation of language integration. (4) Common Type System It provides guidelines for declaring, using, and managing types at runtime, and cross-language communication.
  • 3. (5) Metadata and Assemblies Metadata is the binary information describing the program, which is either stored in a portable executable file (PE) or in the memory. Assembly is a logical unit consisting of the assembly manifest, type metadata, IL code, and a set of resources like image files. (6) Windows Forms Windows Forms contain the graphical representation of any window displayed in the application. (7) ASP.NET and ASP.NET AJAX ASP.NET is the web development model and AJAX is an extension of ASP.NET for developing and implementing AJAX functionality. ASP.NET AJAX contains the components that allow the developer to update data on a website without a complete reload of the page. (8) ADO.NET It is the technology used for working with data and databases. It provides access to data sources like SQL server, OLE DB, XML etc. The ADO.NET allows connection to data sources for retrieving, manipulating, and updating data.
  • 4. (9) Windows Workflow Foundation (WF) It helps in building workflow-based applications in Windows. It contains activities, workflow runtime, workflow designer, and a rules engine. (10) Windows Presentation Foundation It provides a separation between the user interface and the business logic. It helps in developing visually stunning interfaces using documents, media, two and three dimensional graphics, animations, and more. (11) Windows Communication Foundation (WCF) It is the technology used for building and executing connected systems. (12) Windows CardSpace It provides safety for accessing resources and sharing personal information on the internet. (13) LINQ It imparts data querying capabilities to .Net languages using a syntax which is similar to the tradition query language SQL.
  • 5. Thank You For more updates subscribe to our YouTube channel SiryMedia To watch more videos visit our website www.sirymedia.in