Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
attribute-based programming
Last modified: Monday, March 10, 2003
A programming model that allows flexibility in the behavior of a program not possible in traditional APIcall-based programming. Custom attributes add metadata to give classes extra information that extend the definition of a data type’s behavior. The attribute's values are determined by programmers at design time, and can be reconfigured at runtime by users and other programs without the need for code changes or recompilation.
Custom Attributes Tutorial This tutorial from Microsoft shows how to create custom attribute classes, use them in code, and query them through reflection.
Developer.com Contains resources, tools, articles, discussion areas, and events of interest to Internet/intranet developers. Directories include: ActiveX, Java, JavaBeans, JavaScript, Microsoft and .NET, open source and VRML.
Use Custom Attributes This January 2003 article from Visual Studio magazine shows the user how to add powerful new functionality and behaviors to .NET code.