Archives
-
DPAPI Managed Wrapper Library
I have written a DPAPI Managed wrapper that was pretty much taken from MSDN examples and had some extra functions added for ease of use (EncryptString, DecryptString). It uses an attribute mechanism to sandbox calls to the unmanaged functions/libraries.
-
IE 7 ?
Well, not really, but I thought this might interest some. Note that I have not personally tried this, but might be worth having a look.
-
Enterprise Session Storage
Session storage within .Net is a huge improvement over the classic ASP type methods. The inbuilt support for Inproc, StateServer and SqlServer is great. One thing that has plagued me for sometime though is that I have been unable to use it in almost every enterprise application I have written (bar one).