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 |
What is mvc entity framework?
What's the difference between const and readonly ?
What is the difference between entity framework and mvc?
What is the role of the jit compiler in .net framework?
What are the levels at which filters can be applied in an asp.net mvc application?
What's the access level of the visibility type internal ?
Can you please explain the request flow in ASP.NET MVC framework?
In Server how to check whether model has error or not in ASP.Net MVC
What is .net framework used for?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
creating crystal reports in asp.net & vb.net
what is entity data model?