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: Option B
Join The Discussion