Home Interview Questions and AnswersTechnical Interview Questions and Answers.NET .Net Assemblies Interview Questions and Answers for Freshers and Experience Part-4

.net19. 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.

You may also like

Leave a Comment