To apply an attribute to an Assembly, the correct way of implementation is? A. AssemblyInfo: AssemblyDescription (“Csharp”) B. assembly: AssemblyDescription(“Csharp”) C. AssemblyDescription(“Csharp”) D. Assembly:AssemblyDescription(“Csharp”) Answer Workspace Report Discuss Answer with explanation Answer: Option B Explanation assembly: AssemblyDescription(“Csharp”) Workspace
Discuss about the question