What is microsoft .net assembly?

Microsoft .net assembly

->Microsoft .net assembly is a logical unit of code.

->It contains code which the  Common Language Runtime (CLR) executes.

->It’s the smallest unit of deployment of a .net application.

->It may be a .dll or .exe file.

Leave a Reply