Wednesday, January 16, 2008

Custom Attributes in .NET

I found a very good blog post about Attributes in .NET. This is a pretty important functionality in all the .NET languages and can be very useful in a lot of situations. Event if custom attributes have great powers and enables a lot of thing they are not used very often (not in examples at least). So if you want an introduction to the subject, look here: http://blogs.msdn.com/gordenlin/archive/2008/01/16/net-custom-attribute-learning-and-practice.aspx.

No comments: