Posts Tagged ‘assembly’

Assemblies

Posted: October 12, 2009 in .Net Framework
Tags: ,

What is an assembly? An Assembly is a  logical unit of code Assembly physically exist as DLLs or EXEs One assembly can contain one or more files The constituent files can include any file types like image files, text files etc. along with DLLs or EXEs When you compile your source code by default the [...]