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 is the difference between entity framework and mvc?
How to ensure the credentials for WebService using Windows authentication
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
what is entity sql?
how do you query in entity model when the result has a join from from different database other than the entity model?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
Explain dependency resolution?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What are the advantages of razor view engine?
Explain the types of Scaffoldings.
What is difference between razor and web form engine?
What is entity client data provider? : Entity framework