Error!
Success!

Modularized Startup Tasks

0
kicks

Modularized Startup Tasks  (Unpublished)

While developing my new blog software, I decided that it really bothered me to make changes to global.asax. To me, the code in Application_Start represents a workflow that doesn’t really belong in a properly modularized system. I decided to take matters into my own hands and move everything into classes with specific responsibilities under App_Start and use WebActivator to run the code. This is how it turned out...


Kicked By:
Drop Kicked By: