I've only been toying with C# for a year or so, but that looks rather like the way the System.Web.HttpSessionState works, except the session state is stored in memory, or on the stateserver. I think you want something that implements ICollection but does the storage on disk. You'll probably have to write it though.
Unless you can do some magic with System.Xml.Serialization?
Comments 4
Unless you can do some magic with System.Xml.Serialization?
Reply
Reply
...erm...
Reply
Reply
Leave a comment