Answer Posted / 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 |
Post New Answer View All Answers
What is the meaning of unobtrusive javascript?
What is mvc entity framework?
what is datacontrols?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is it possible to create a custom filter?
what is csdl?
Explain the advantages of dependency injection (di) in asp.net mvc?
explain lazy loading, eager loading, and explicit loading?
What is difference between viewbag and viewdata and tempdata?
Explain the new features 3.5 framework against with the tool?
Can you explain renderbody and renderpage in mvc?
What is managed extensibility framework?
What is the difference between model view and controller?
What is objectcontext? : Entity framework
How large is the .net framework 3.0?