adspace


What is assemblies in .net?

Answer Posted / Preeti Sharma

Assemblies in .NET are the basic building blocks and execution units of a .NET application. They encapsulate code, versioning information, resources, type metadata, and a manifest.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141