I had recently written an article on important .NET Attributes every .NET dev should know and thought of sharing it here. Here's an excerpt from the Article
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 use reflection to read them later.
Here’s a list of important .NET attributes that is commonly used in projects and proves very useful if you know about them beforehand. This list is just a compilation (arranged alphabetically) and clicking on each attribute will take
you to a msdn link which explains its usage with an example.
Star
13714 Points
1961 Posts
MVP
Attributes Every .NET Developer Should Know About
Oct 15, 2010 06:41 AM|Suprotim Agarwal|LINK
I had recently written an article on important .NET Attributes every .NET dev should know and thought of sharing it here. Here's an excerpt from the Article
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 use reflection to read them later.
Here’s a list of important .NET attributes that is commonly used in projects and proves very useful if you know about them beforehand. This list is just a compilation (arranged alphabetically) and clicking on each attribute will take you to a msdn link which explains its usage with an example.
Read more here Attributes Every .NET Developer Should Know About
.Net attributes
Free Magazine for ASP.NET Developers | ASP.NET MVC Tuts | ASP.NET Tuts
Member
84 Points
41 Posts
Re: Attributes Every .NET Developer Should Know About
Feb 04, 2011 05:02 AM|sagar11188|LINK
Thanks.It's definately a need to know about the same.
Please mark as'ANSWER' if any post helps.