.Net assemblies interview question

19. Which utility allows you to reference an assembly in an application?

An assembly can be referenced by using the gacutil.exe utility with the /r option. The /r option requires a reference type, a reference ID, and a description.

20. The AssemblyInfo.cs file stores the assembly configuration information and other information, such as the assembly name, version, company name, and trademark information. (True/False).

True.

Leave a Reply0