Tagged Questions

4
votes
3answers
201 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. ...
2
votes
4answers
3k views

Does asp.net MVC have Application variables?

I am busy converting a web application to MVC and have some information saved to Application variables used across multiple tenants/accounts to make things a bit more efficient. I realise the point ...
1
vote
3answers
384 views

windows phone 7 keep application running on back button

I'm implementing an application that should not stop running on clicking any button on the device. Is this possible and how can I achieve this? Regards
1
vote
2answers
506 views

How to add a System.Xml.XmlDocument type to applications state

I am using Asp.net 3.5 and C# I have to add an XmlDocument to my application state so that everytime my application doesnt access the XML file on my filesystem, I will add this at the ...
0
votes
1answer
94 views

Events through application scope to multiple clients?

First of all, I am creating a something like a client/server solution using a standard ASP.NET website - I do know this method is not adviced, and most people would love to scream "COMET!" or "HTML5 ...
0
votes
2answers
112 views

Should I store localization content in the application state

I am developing my first multilingual C# site and everything is going ok except for one crucial aspect. I'm not 100% sure what the best option is for storing strings (typically single words) that will ...