.Net Deployment Question:
Download Questions PDF

Explain Attributes in dot NET?

Answer:

Attributes are declarative tags in code that insert additional metadata into an assembly. There exist two types of attributes in the .NET Framework: Predefined attributes such as Assembly Version, which already exist and are accessed through the Runtime Classes; and custom attributes, which you write yourself by extending the System.Attribute class.

Download .Net Deployment Interview Questions And Answers PDF

Previous QuestionNext Question
ASP.NET interview questions?What is typical about a Windows process in regards to memory allocation in dot NET?