What is assembly?
What is assembly? Difference between assembly and executable file?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 14, 2012, 5:28 AM
Dot NET assemblies are unit of deployment which may or may not be executable, i.e., they might exist as the executable (.exe) file or dynamic link library (DLL) file.
http://www.sukesh-marla.com/2010/12/assembly.html
Your Response is important to use. Please Check This is Currect Answer, if it helped
kianu rievesPosted Aug 17, 2012, 1:01 AM
2. EXE is a executable file which runs in seperate process managed by os. while dll is
a dynamic link library (link at runtime) which used in exe or in other dll files.
3. EXE is an out-process file and dll is a in-process file.
http://dapfor.com/en/net-suite/net-grid/tutorial/data-sorting