June 2017
Intermediate to advanced
495 pages
9h 43m
English
© Ali Asad and Hamza Ali 2017
Ali Asad and Hamza Ali, The C# Programmer’s Study Guide (MCSD), 10.1007/978-1-4842-2860-9_14
Ali Asad1 and Hamza Ali1
(1)Sialkot, Pakistan
Assembly is an important part in any .NET application development, while reflection is used to read all the information of an assembly at runtime. In this chapter, we'll learn:
Assembly
Creation and Use an Assembly
Installing an Assembly in a Global Assembly Cache
Reflection in C#
Creating and Using Custom Attributes
An assembly is the output of the compiled code. It’s a physical code that is used to deploy an application. In a .NET, assembly it is typically a Dynamic Link Library (DLL) or an Executable (EXE) file.
Read now
Unlock full access