alfredmyers.com
Global.asax event handling internals (part 3 of 3)
// In HttpApplicationFactoryprivate void HookupEventHandlersForAppplicationAndModules(MethodInfo[] handlers){ // handlers receives a list of Global’s methods. for (int num1 = 0; num1…