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 |
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is entity framework firstordefault?
what is the diff b/w asp.net 2.0 & 3.5
how can you enhance the performance of entity framework?
explain what does .edmx file contains?
Explain the use of Inversion of control (IOC)?
How can we determine action invoked from HTTP GET or HTTP POST?
What are delegates?where are they used
What is the difference between old ADO.NET and Entity framework coding techniques?
What is the difference between entity framework and mvc?
What is clr? How does work clr & wht is work of clr?
What is session state management?