I need to store some sort of Name-Value collection in the Application State.
I keep trying different ones, but it errors out saying that they are not
serializable. Do I need to write my own or is there one in the Framework
that is serializable?
I've tried NameValueCollec tion, Dictionairy<str ing,string>,
StringDictionai ry, etc (you know...everythi ng that implements IDictionairy
and can't be serialized)
What type does everyone else use that can be serialized?
I keep trying different ones, but it errors out saying that they are not
serializable. Do I need to write my own or is there one in the Framework
that is serializable?
I've tried NameValueCollec tion, Dictionairy<str ing,string>,
StringDictionai ry, etc (you know...everythi ng that implements IDictionairy
and can't be serialized)
What type does everyone else use that can be serialized?
Comment