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 a model in android?
In which assembly is the mvc framework defined?
How we can multiple submit buttons in ASP.Net MVC
what is linq to entities?
Explain the use of Inversion of control (IOC)?
Explain what is routing?
What is managed extensibility framework?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What is an asynchronous controller in asp.net mvc?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
How route table has been created in asp.net mvc?
What is edm designer? : Entity framework
What is entity graph? : Entity framework
How does work clr?
What is the role of the jit compiler in .net framework?