Tagged Questions
4
votes
3answers
206 views
Silverlight and Application State
I have a Silverlight app that always needs to know what Customer (domain object) is currently loaded. There can only be one loaded at a time. If the Customer is null, no Customer is loaded currently. ...
3
votes
2answers
50 views
How to ensure saving of application state on crash c#
I am very new to c# programming, so that in mind:
I have an in-memory data object with data I need to save the information when(if) my application were to crash OR closed. Is there a way to do this ...
2
votes
3answers
289 views
Preserving ASP.NET Application State Across Restarts
Any good way to preserve ASP.NET Application state across restarts?
I want to be able to set some values restart the app and have them still be there.
I want to primarily do this for small ...
0
votes
2answers
501 views
Recycling Options for ASP.Net Application State Object
What are the options for recycling the ASP.Net application state object? I'm using that object to store queues of database connections for a web serviced based data access layer. I'm concerned that ...