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 |
Describe the gac in the .net framework.
How route table has been created in ASP.NET ASP.Net MVC?
what is Assemble
What are ajax helpers in asp.net mvc?
Integer & struct are value types or reference types in .NET?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What is the difference between string and String
What is the use of finalize and dispose eventhough garbage collector is working?
how many ways for pass the parameters in the fuction in c#
I am confusing about reflection.can any one tell about REFLECTION with example?
What is inline schema, how does it works
what is entity sql?