Silverlight Event Log in Isolated Storage -
Has anyone written an event log that uses separate storage in Silverlight 3? Any suggestions on applying one?
Specific questions:
- Should I keep a stream author open, or should I open, write and close for each entry?
- How do I remove an item from the log from the log?
I have heard that the codeplex is very good, although it targets the WCF, I I read about an approach on CodeProject, which works for silver light, although these two log-in 2 WCF services, with slight tweaking, make sure that you can modify it to write for separate storage
Comments
Post a Comment