SlideShare a Scribd company logo
2
Most read
4
Most read
8
Most read
.Net AssembliesBy: Muhammad Kamran RafiKami_khan0597@yahoo.com
Fundamental unit of deployment, version control, reuse, security permission for a .net based application.Logical unit of distributionTake form of .dll or .exe file Building block of .Net based ApplicationCan consist of Single File or Multiple Files called modulesA module may be generated from different languages..Net Assembly
 Assemblies are self-describing. Version dependencies are recorded inside assembly manifest. Assemblies can be loaded side-by-side. Installation can be as easy as copying the files that belong to an assembly.Assemblies can be private or shared.Features of Assemblies
Assembly MetadataType MetadataCIL CodeResourcesAssembly Structure
Assembly NameVersion InformationCultureStrong Name InformationList of files that make up an assemblyType Reference InformationReferenced Assembly InformationAssembly Metadata/Manifest
Contains information about the types declared and used in assembly.Classes, interfaces, structs, events , indexers that are used.All information about types i.e. methods, attributes, propertied.Type Metadata
JIT complier gets everything it needs from compilerUsed in garbage collection Process.Net provides classes to read metadata     (Reflection API)Features of Metadata
Assembly Contents pictorial view
Code emitted by an appropriate .net language compiler e.g. csc (C# Compiler).MSIL is shipped in portable executable (PE) units.Later JIT compiled to Native Code.Full IL code can be compiled to Native Code using NGEN.exeCIL/MSIL Code
Non-executable data that is part of application e.g. images, sounds, videos etc.Resources
.NET program execution model (revisited)
Private Assembly (placed in application’s execution directory)Shared Assembly (placed in GAC)Types of Assembly
Particular location on system that contains all global assemblies
Located in OS directory
In Windows XP located atC:\Windows\assemblyIt is location where .Net installs its FCL
Shared by all .Net apps on that machine
Multiple versions of an assembly can live side by sideGAC

More Related Content

PPTX
Dot net assembly
PPTX
Assemblies
PPTX
C# Private assembly
PPTX
Design Pattern - Singleton Pattern
PPTX
Comparable/ Comparator
PPSX
Introduction to .net framework
PPTX
Dotnet Basics Presentation
PPTX
Delegates and events in C#
Dot net assembly
Assemblies
C# Private assembly
Design Pattern - Singleton Pattern
Comparable/ Comparator
Introduction to .net framework
Dotnet Basics Presentation
Delegates and events in C#

What's hot (20)

PDF
Design patterns
PPT
Uml class-diagram
PPTX
Java basics and java variables
PPTX
Inheritance in java
PPT
Oomd unit1
PDF
Introduction to Design Pattern
PPSX
PDF
Java threads
PPTX
Introduction to C# Programming
PPT
Introduction to .NET Framework
PPTX
System testing
PPTX
C# Constructors
PDF
Object-oriented Programming-with C#
PPTX
Android Architecture.pptx
PDF
07 java collection
PPT
Design Patterns
PPT
UML Diagrams
PPT
PL/SQL Introduction and Concepts
PPT
Swing and AWT in java
Design patterns
Uml class-diagram
Java basics and java variables
Inheritance in java
Oomd unit1
Introduction to Design Pattern
Java threads
Introduction to C# Programming
Introduction to .NET Framework
System testing
C# Constructors
Object-oriented Programming-with C#
Android Architecture.pptx
07 java collection
Design Patterns
UML Diagrams
PL/SQL Introduction and Concepts
Swing and AWT in java
Ad

Similar to .Net Assemblies (20)

PPT
C Sharp Jn
PPT
C Sharp Jn
DOC
.Net framework interview questions
PPTX
Assembly
PPT
SynapseIndia dotnet web development architecture module
PPTX
Secrets of .NET Assemblies and Memory Management
DOC
.Net assembly
PPTX
Namespaces in C#
PDF
THE CLR AND THE .NET FRAMEWORK, C#
PPT
.Net Session Overview
PPT
Talk on .NET assemblies
PPT
1.Philosophy of .NET
PPTX
Visual Basic User Interface-VI
PPTX
Introiduction to Assemblies and .NET platform
PPT
Introduction to ,NET Framework
PPT
Microsoft dot net framework
PPT
.Net framework
PDF
random-140312045902-phpapp01.pdf
PPTX
assemblies and its types in the computer system
PPT
C Sharp Jn
C Sharp Jn
.Net framework interview questions
Assembly
SynapseIndia dotnet web development architecture module
Secrets of .NET Assemblies and Memory Management
.Net assembly
Namespaces in C#
THE CLR AND THE .NET FRAMEWORK, C#
.Net Session Overview
Talk on .NET assemblies
1.Philosophy of .NET
Visual Basic User Interface-VI
Introiduction to Assemblies and .NET platform
Introduction to ,NET Framework
Microsoft dot net framework
.Net framework
random-140312045902-phpapp01.pdf
assemblies and its types in the computer system
Ad

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Machine Learning_overview_presentation.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
Teaching material agriculture food technology
PDF
Empathic Computing: Creating Shared Understanding
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Approach and Philosophy of On baking technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Getting Started with Data Integration: FME Form 101
PDF
Encapsulation theory and applications.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
A Presentation on Artificial Intelligence
“AI and Expert System Decision Support & Business Intelligence Systems”
Machine Learning_overview_presentation.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding
Spectral efficient network and resource selection model in 5G networks
Group 1 Presentation -Planning and Decision Making .pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Programs and apps: productivity, graphics, security and other tools
Approach and Philosophy of On baking technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Machine learning based COVID-19 study performance prediction
Getting Started with Data Integration: FME Form 101
Encapsulation theory and applications.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf

.Net Assemblies

Editor's Notes

  • #17: Go to File > Open > Select your Assembly File and Open