Given:
- When using the Unit Of Work pattern with an ORM in ASP.NET, the UnitOfWork object holds a reference to HttpContext.
Question:
- But what if I need to perform some data access in Application_Start (especially in IIS7)?
- Is the Unit Of Work pattern still viable?