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 difference between viewbag and viewdata in mvc?
Can you explain renderbody and renderpage in mvc?
Describe the gac in the .net framework.
What is the difference between adding routes, to a webforms application and to an mvc application?
What is the use of the default route?
explain what is ado.net entity framework?
What is meant by domain model?
what do you mean by table-per-type?
How we can add the css in mvc?
What are the levels at which filters can be applied in an asp.net mvc application?
How does �side by side� work for the .net framework 3.0?
Explain what platforms does the .net framework run on?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is .net architecture and framework?
Explain the types of Scaffoldings.