Samir Bhogayta
What are Attributes in .NET?
By Samir Bhogayta in .NET on Jun 29 2016
  • Samir Bhogayta
    Jun, 2016 29

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS