What are attributes
Answer / kirti
There are at least two types of .NET attribute. The first type I will refer to as a metadata attribute - it allows some data to be attached to a class or method. This data becomes part of the metadata for the class, and (like other class metadata) can be accessed via reflection.
The other type of attribute is a context attribute. Context attributes use a similar syntax to metadata attributes but they are fundamentally different. Context attributes provide an interception mechanism whereby instance activation and method calls can be
pre- and/or post-processed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to bind table colum with gridview column?
What is Globalizationa and Localization
What is entity framework in asp net?
If background completes its processing will it wait for foreground threads?
What are the new enhancements done in default project template of asp.net mvc 4?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
What is oauth in web api?
Can Static Constructor be Overloaded?Justify it?
Where The Inheritence is useful?How we decide the situation of inheritence
What is ado.net data provider? : Entity framework
What are the main components of .net framework?
Why we need a separate mobile project template, while we can render our web application in mobile ?