Avatar of bemara57
bemara57

asked on 

Are Typed DataSets serialize-enabled?

I have a ASP.NET 2.0 web application that uses Strongly-Typed DataSets heavily. I am using In-Proc for the state but want to move it to State Server. I know I have to serialize anything I store in sessions/cache from that point on, but what do I have to do with my Typed DataSets to make it work with the State Server?
.NET ProgrammingASP.NETC#

Avatar of undefined
Last Comment
Mahone7

8/22/2022 - Mon