<?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 : Silverlight Guidance for DevForce EF developers?</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Silverlight Guidance for DevForce EF developers?</description>
  <pubDate>Tue, 28 Apr 2026 16:35:04 -700</pubDate>
  <lastBuildDate>Fri, 24 Jul 2009 06:37:00 -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=1390</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>Silverlight Guidance for DevForce EF developers? : Thanks for the information! I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5020#5020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=241" rel="nofollow">AdamC</a><br /><strong>Subject:</strong> 1390<br /><strong>Posted:</strong> 24-Jul-2009 at 6:37am<br /><br />Thanks for the information!&nbsp; I will definitely take a look at the ModelExplorer and PrismExplorer examples.<br>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 06:37:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5020#5020</guid>
  </item> 
  <item>
   <title>Silverlight Guidance for DevForce EF developers? : Our goal was to make the WinClient...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5018#5018</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> 1390<br /><strong>Posted:</strong> 23-Jul-2009 at 4:51pm<br /><br /><P>Our goal was to make the WinClient and Silverlight business objects and APIs as close to each other as possible.&nbsp; With that said, there are necessarily a few differences between the environments.</P><DIV>One of the biggest differences is that all network access is asynchronous in Silverlight.&nbsp; This means that you will need to use asynchronous queries and saves when working with the persistent data store.&nbsp; There are a few things in DevForce that can make this easier.</DIV><DIV>&nbsp;</DIV><DIV>First, you can use the cache-then-compute pattern to bring all of the necessary objects into cache first, and then execute a fully synchronous block of logic against the cache using the CacheOnly QueryStrategy.</DIV><DIV>&nbsp;</DIV><DIV>Second, to avoid the headache of managing event handlers for all the asynchronous tasks, DevForce provides the AsyncSerialTask and AsyncParallelTask classes that will take multiple tasks and automatically execute them in serial or parallel for you.</DIV><DIV>&nbsp;</DIV><DIV>When&nbsp;designed correctly, you can share all of your business objects and business logic code between your Silverlight and your desktop/smart client application.&nbsp; On the UI side, you can share a bulk of the code if you limit yourself to the Silverlight subset of the WPF API.</DIV><DIV>&nbsp;</DIV><DIV>The ModelExplorer and PrismExplorer also have example patterns and practices for building a Silverlight application.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 23 Jul 2009 16:51:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5018#5018</guid>
  </item> 
  <item>
   <title>Silverlight Guidance for DevForce EF developers? : My company is currently using...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5013#5013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=241" rel="nofollow">AdamC</a><br /><strong>Subject:</strong> 1390<br /><strong>Posted:</strong> 23-Jul-2009 at 1:08pm<br /><br />My company is currently using DevForce EF (WinClient) to develop a WPF application.&nbsp; We would like to eventually deploy certain pieces of the application using Silverlight and will most likely upgrade to DevForce Universal to obtain the DevForce Silverlight product. <br><br>To my question: Is there anything we can be doing now in our DevForce EF-related code that will help us minimize re-writes when we start working on our Silverlight application?&nbsp; In other words, we are looking for some guidance on writing business logic/ DevForce EF queries so that we will be able to share our code between the WPF and Silverlight applications.<br><br>Thanks in advance for any information you can provide!<br>]]>
   </description>
   <pubDate>Thu, 23 Jul 2009 13:08:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1390&amp;PID=5013#5013</guid>
  </item> 
 </channel>
</rss>