silverlight - Adding Entities and updating RIA domain service at runtime -


i have requirement deliver app built in silverlight. once app has been built , delivered, new modules user request should created separate apps/xap , user should able import new module application. adding new apps in iphone.

now prism/mef allow kind of capability front end problem database end. can add logic create new tables new module how can update ria services , edmx file handle entities new module.

is possible in ria? or there other technology out there supports kind of dynamic db update?

thanks

just update model , re-generate ria services... code write either ria services or entity framework should use partial class extensions code doesnt erased upon updating either.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -