Slide 10
Slide 10 text
fueling
business
transforma0on
fueling
business
transforma0on
10
Intermediate
language
and
metadata
• Your
.NET
(managed
code)
assemblies
are
compiled
to
IL
which
is
similar
to
assembly
language.
• Older
plalorms
like
C/C++,
classic
VB,
and
many
other
do
not
have
the
concept
of
IL
or
metadata.
• With
managed
code
an
executable
contains
IL
plus
type
informa'on
(metadata).
• This
metadata
is
useful
for
Intellisense,
serializing
objects,
debugging,
and
many
other
things.
• An
interes'ng
property
of
metadata
is
that
it
can
help
with
disassembling
your
.NET
assembly
back
to
C#.