|
-
Jan 5th, 2010, 04:09 PM
#1
Thread Starter
Frenzied Member
Does WPF have a place to store data?
I have been learning about MVVM and it seems to make sense, mostly! One of the things I notice is that the idea is that a model is a place that gets data be it from a database or webservice or other applicable place.
What i want to know is what if the data is so small you only what it in memory is there a way for one to save in memory outside the instantiation of a particular model? That way the models that need to use this data can access this store when instantiated and their destruction would not kill of the store!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|