Glossary:Definition - Attributed programming

From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia


Jump to: navigation, search
 Term Attributed programming
 Definition  Programming model designed to behave more flexibly than traditional API call based programming. Metadata as custom attributes provide extra information used to extend type behavior. Attribute values are determined at design time and can be reconfigured at runtime without the need for souce code changes or recompilation.
 See also Custom attribute, Metadata, Reflection
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools
C# Entry Points