Entity Framework ObjectContext with Dependency Injection
Well, it seems like I’m stuck in my application structure. Here’s what I want to do:
Well, it seems like I’m stuck in my application structure. Here’s what I want to do:
I am writing a wrapper library for log4net. This library should be able to capture Context information such as querystring, cookie, form fields etc. etc.
I am wondering how the HttpContext is maintained given that the request-response nature of the web is essentially stateless.