What is the role and purpose of a bootstrapper?

Posted by ForeverDebugging on Stack Overflow See other posts from Stack Overflow or by ForeverDebugging
Published on 2010-05-03T08:06:40Z Indexed on 2010/05/03 8:18 UTC
Read the original article Hit count: 1126

Filed under:
|

I'm working on an application which uses a bootscrapper object to perform some operations when the application first starts. e.g. registers IoC objects, puts certain variables into the asp.net Application session object, does some security checks etc.

I had a look around the internet and couldn't find a reference to a bootscrapper pattern, or any article about the subject.

Is this a known pattern under a different name?

© Stack Overflow or respective owner

Related posts about bootstrapper

Related posts about .NET