Feeds:
Posts
Comments

Posts Tagged ‘HttpSessionState’

If you’ve read my Article about How to wrap the ASP.net session state I want to show you how to make the wrapper testable using the Free .Net Ambient Context Pattern Implementation.
If you only want a easy ASP.net session state wrapper snippet without any dependencies, try How to wrap the ASP.net session state

In the initial [...]

Read Full Post »

Implementing a SessionVariable that wraps HttpContext.Current.Session in a intuitive and typesafe manner.

Read Full Post »