I found out there are different classes that Asp.net Intrinsic Objects(AIOs) are defined in them.
I want to know why? what is the logic and the reason behind this ?
You can find AIOs in these three different classes:
I am not aware of any other classes in Asp.net
For example I am wondering that HttpContext_instance.Request
and HttpApplication_instance.Request
and Page_instance.Request
are the same or Not?
And also what about the Application object
in these three different places?And what about other AIOs?