Project DescriptionSimple Storage is a lightweight, extensible and object-oriented storage engine designed for Windows Phone 7 & XNA 4.
Introduction
This is another object persistence framework for WP7 !
The objectives of this one are:
- Be lightweight - less than 100 ko is a must
- Be extensible - not agreed with one of the default behavior, missing one feature ... You should be able to improve the system to match your requirements
- Be functional - should work with a minimal set-up and let extensions for tuning purposes
- Be stable - the system should be consistent from one version to an other - who's like to rewrite its persistence layer at every update ?
- Be tested - unit tests, unit tests and more unit tests ! Even to manage bugs
- Be clean - the code should generate no warnings - or errors :) - during build and should pass FxCop and StyleCop tests without error
- Be object oriented - who's care about tables and fields on a phone ?
- Be open-source - LGPL - because licensing matter. Now you know
If some have read "be perfect" - I should say that you're wrong!
First, this framework is
not transactional.
Second,
a lightweight solution is for lightweight issues. If you have billions of values, you should really thinking about a services approach !
That's said I hope that it will be the (most) perfect solution for your needs - and that you'll let me know :)
Starting Topics