<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Reusing Domain Model in another app</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Reusing Domain Model in another app</description>
  <pubDate>Thu, 16 Apr 2026 07:33:26 -700</pubDate>
  <lastBuildDate>Mon, 14 Mar 2011 17:21:04 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2558</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Reusing Domain Model in another app : Hi Bill,Just use the domain model...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2558&amp;PID=10174#10174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 2558<br /><strong>Posted:</strong> 14-Mar-2011 at 5:21pm<br /><br />Hi Bill,<br><br>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.<br><br>This is how I typically structure it:<br><br>MyProjectWeb<br>MyProject.Model.Desktop (Project Namespace MyProject.Model)<br>MyProject.Model.SL (Project Namespace MyProject.Model)<br>MyProject (SL App)<br><br>The web has a reference to MyProject.Model.Desktop and the SL has a reference to MyProject.Model.SL.<br><br>In your WPF application, you can now simply add a reference to MyProject.Model.Desktop and you are done.<br>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 17:21:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2558&amp;PID=10174#10174</guid>
  </item> 
  <item>
   <title>Reusing Domain Model in another app : I am creating a WPF version of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2558&amp;PID=10171#10171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2558<br /><strong>Posted:</strong> 14-Mar-2011 at 12:51pm<br /><br />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?<DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 12:51:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2558&amp;PID=10171#10171</guid>
  </item> 
 </channel>
</rss>