How to maintain my data like a session variable in .NET WinForms?

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-06-09T10:03:28Z Indexed on 2010/06/10 8:02 UTC
Read the original article Hit count: 231

Filed under:
|
|

I am using .net Windows Forms i need to maintain some date to check the condition. so i have to maintain it up to user logged out?

like session in ASP.NET

how can i do this? (note it should not expires until the user logged out)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET