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
Which .net framework is installed?
what is explicit loading?
Explain the request flow in asp.net mvc framework?
How does servicing work for the .net framework 3.0?
How we can register the Area in ASP.Net MVC?
how can you enhance the performance of entity framework?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
what is way of loading data in ef (entity framework)?
Explain the .net framework.
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What symbol would you use to denote, the start of a code block in razor views?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
differences between poco, model first and data first approach?
What is difference between html.beginform and ajax.beginform?
Can I add mvc testcases in visual studio express?