Community

Attributes Every .NET Developer Should Know About

(Suprotim Agarwal) A .NET attribute is an object, that provides a mechanism to associate information (metadata) with an element in your program. The Common Language Runtime (CLR) then uses these attributes and determines how to interact with these elements. You can also create custom attributes and

Read More - Register for Free Membership