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 |
I can't be bothered with all this CAS stuff. Can I turn it off
What is the difference between .net core and .net framework?
What is the difference between structures and enumeration ?
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
How to bind table colum with gridview column?
How to return the JSON from action method in ASP.Net MVC?
What is namespace of asp.net mvc?
Explain the new features 3.5 framework against with the tool?
What is the need of Action Filters in ASP.Net MVC
what is .edmx file and what it contains?
Why do you need to box a primitive variable
How to free the memory that is not used by an object in garbage collection?