Extensions to get attribute information 29 May 2009 Nick-Van-den-Abbeele Checking attributes on classes can be done by getting the type of the class and executing GetCustomAttributes() on it. You just need to iterate over the resulting object[] to find what you are interested in. To simplify this a bit more, I wrote a couple of extension methods : static public cla... [More]
Extensions to get attribute information 29 May 2009 Nick-Van-den-Abbeele Checking attributes on classes can be done by getting the type of the class and executing GetCustomAttributes() on it. You just need to iterate over the resulting object[] to find what you are interested in. To simplify this a bit more, I wrote a couple of extension methods : static public cla... [More]
Silverlight 3.0 Hands-on workshop 22 May 2009 Kevin-DeRudder Silverlight 3.0 Hands-on workshop [More]
Silverlight 3.0 Hands-on workshop 21 May 2009 Kevin-DeRudder Silverlight 3.0 Hands-on workshop [More]