JanaGanaMana
Register
Login
What is Attribute Programming? What are attributes? Where are they used?
Data Reader & Dataset
What is the difference between server side and client side code?
Why to use EnableViewState property?
What is the difference between Server.Transfer and Response.Redirect?
What is the difference between Application_start and Session_start?
This is a way to add metadata to types like class/methods/properties
Attributes are are visible through ILDasm and other metadata-reading tools.
They can be used to identify/use the data at runtime.(with Reflection)