A screening question for a job interview
Posted on 11/12/2009 3:07:38 AM
in #Interview Questions
In ASP.NET, assemblies contain metadata called assembly manifest which includes info about the assembly version, author, security requirements needed to run the assembly. All this info can be accessed in ASP.NET from the System.Reflection namespace. Other than that, assemblies in ASP.NET are collections of one or more files that can be an exe or a dll, also there are private and shared assemblies in ASP.NET. Assemblies usually get placed in the bin directory, however shared assemblies go into the GAC folder
and must be unique.
Please feel free to add your own comments on this.
|
Posted on 2/21/2010 1:46:47 AM
thx for sharing knowledge............
|