<?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 : Question about choosing best approach</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Question about choosing best approach</description>
  <pubDate>Mon, 13 Apr 2026 00:09:20 -700</pubDate>
  <lastBuildDate>Mon, 28 Nov 2011 16:16: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=3098</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>Question about choosing best approach : Cool. Glad you were able to put...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12129#12129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 3098<br /><strong>Posted:</strong> 28-Nov-2011 at 4:16pm<br /><br />Cool. Glad you were able to put everything together. Thanks for the update!]]>
   </description>
   <pubDate>Mon, 28 Nov 2011 16:16:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12129#12129</guid>
  </item> 
  <item>
   <title>Question about choosing best approach :   Hello ting,with your help...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12099#12099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 3098<br /><strong>Posted:</strong> 22-Nov-2011 at 11:52pm<br /><br />Hello ting,<div></div>with your help and the thread I posted on <a href="http://devforcecaliburn.codeplex.com/discussi&#111;ns/279368" target="_blank">http://devforcecaliburn.codeplex.com/discussions/279368</a>&nbsp;I was able to succede in ...<div>thanks a lot</div>]]>
   </description>
   <pubDate>Tue, 22 Nov 2011 23:52:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12099#12099</guid>
  </item> 
  <item>
   <title>Question about choosing best approach : Hi Paolo,I&amp;#039;m not sure I completely...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12080#12080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 3098<br /><strong>Posted:</strong> 18-Nov-2011 at 5:35pm<br /><br />Hi Paolo,<div><br></div><div>I'm not sure I completely understand your scenario, but I don't think you need to define any custom services. If you start with the <b>DevForce n-Tier WPF Application Template</b> in Visual Studio, all the service references for DevForce are created automatically. You can call the stored procedures from the client and DevForce will route the call to the server and return the results back to you automatically.</div><div><br></div><div>If you need to invoke a custom method on the server, you can do this with the Remote Server Method Call:</div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/rsmc-query" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/rsmc-query</a></div><div><br></div><div>Placing the dynamically loaded dlls on the webserver should be ok, but I'll need to check with our architects on the best practices for this.</div><div><br></div><div>For others reading this thread, our dynamic loading documentation for Silverlight is here (<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/&#111;n-demand-discovery" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/on-demand-discovery</a>), but the code for WPF will be different.</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 18 Nov 2011 17:35:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12080#12080</guid>
  </item> 
  <item>
   <title>Question about choosing best approach : Hello,I&amp;#039;ve spent last week...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12075#12075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 3098<br /><strong>Posted:</strong> 17-Nov-2011 at 2:26am<br /><br />Hello,<br>I've spent last week working on a mockup project with DevForce&nbsp; Application Framework , Caliburn and so on....<br>Now that I've started managing stuffs I need your help for choosing what's best...<br><br>I'm to develop a WPF application that works most with complex type (imported from Stored Procedure), for now I've attached my own edmx in the WPF project and everything works fine...<br><br>I don't like at all the fact that each client have access to the DB (even if I put the edmx in a separate dll, it'll live inproc and run on the client).. I've tried to use a webserver, but in that way I've to<br><br><ol><li>Create a svc for each macro area I wish to export</li><li>Add a service reference to the web server on the WPF client, but in that way I've a strong reference to the server... doesn't this break up on modularity? <br></li><li>What if I create 2 different modules that will be loaded on demand, should they will reside on the webserver?</li></ol><p>Thanks</p><p>Paolo<br></p>]]>
   </description>
   <pubDate>Thu, 17 Nov 2011 02:26:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3098&amp;PID=12075#12075</guid>
  </item> 
 </channel>
</rss>