QuoteReplyTopic: Reusing Domain Model in another app Posted: 14-Mar-2011 at 12:51pm
I am creating a WPF version of my Silverlight app. Is there an easy way to just move the Domain Model over to the new. Nothing changes. Can I just copy the directory over to my app and insert existing items or do I have to recreate it?
Just use the domain model you are using in the web project. If your edmx is currently in the web project, and not in it's own separate class library, then you will want to split it out.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum