2
I would like to know what methods, when they are triggered and what is the best applicability (good practices) of them?
2
I would like to know what methods, when they are triggered and what is the best applicability (good practices) of them?
5
The Global.asax archive derives System.Web.HttpApplication
. Her source is here.
The methods of HttpApplication
are here. I do not know if it is worth explaining one by one in this reply already having in hand this documentation.
See also the events part, which should be even more useful than the method part.
Browser other questions tagged c# asp.net
You are not signed in. Login or sign up in order to post.
Thank you for the answer, but I wanted something more detailed in terms of architecture, especially in the good practices of applicability of each method. I await an answer with a detail at that level.
– Arthur Menezes
So, I don’t know if this is worth doing. The documentation is in Portuguese and clearly defines the level of events for which each method is used. The good practices of this part are like the good practices of the whole application. So it would be too broad.
– Leonel Sanches da Silva