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's an interface
Integer & struct are value types or reference types in .NET?
Explain how you can implement Ajax in MVC?
What is entity framework used for?
What is viewdata?
What operating systems will the .net framework 3.0 be available for?
How do you box a primitive data type variable ?
What are multicast delegates ? give me an example
How we can call a javascript function on the change of a dropdown list in mvc?
What are the properties of Thread class?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is domain class model?