Answer Posted / 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 |
Post New Answer View All Answers
What are actions in mvc?
What is meant by tempdata in mvc?
Is http stateful or stateless?
What are the possible razor view extensions?
What are child actions in ASP.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are differences between entity framework and l2s? : Entity framework
what is datacontrols?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is edm designer? : Entity framework
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Can you explain the page life cycle of mvc?
Explain RenderBody and RenderPage in ASP.Net MVC?
what is eager loading?
Explain Model, view and Controllers in Asp.Net MVC?