I have an existing Windows Phone 7.5 app. This app is using local database to store the data on the phone (overview of local db in WP). Because of that, my business models are decorated with attributes to support storage in the SQL tables such as [Column], [Table]...
I'm considering porting this app to Windows 8. I'm wondering what is a good approach to reuse the business models while changing the storage (WinRT does not support SQL database). I'd like to share the source code of the business models between the 2 platforms.
Thanks,,