<?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 : Devforce 2012 migration</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Devforce 2012 migration</description>
  <pubDate>Fri, 10 Apr 2026 20:29:31 -700</pubDate>
  <lastBuildDate>Tue, 19 Nov 2013 10:33:16 -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=4604</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>Devforce 2012 migration : The &amp;#034;Migrating from DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17241#17241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4604<br /><strong>Posted:</strong> 19-Nov-2013 at 10:33am<br /><br /><DIV sab="1080">The "Migrating from DevForce 2010" page Mark linked summarizes everything not supported in DevForce 2012 and how to move forward.&nbsp; </DIV><DIV sab="1080">&nbsp;</DIV><DIV sab="1080">INotifyCompleted -&nbsp;and coroutine support - is available in the DevForce 2012 Compatibility Pack - <a href="http://drc.ideablade.com/devforce-2012/bin/view/&#068;ocumentati&#111;n/devforce-backward-compatibility" target="_blank">http://drc.ideablade.com/devforce-2012/bin/view/Documentation/devforce-backward-compatibility</A>.&nbsp;&nbsp;<a href="http://drc.ideablade.com/devforce-2012/bin/view/&#068;ocumentati&#111;n/cocktail-backward-compatibility.&nbsp;%20" target="_blank"> </A>I would first take a look at the new async/await API.&nbsp; You'll see it's much easier to use than callbacks and coroutines, but if you have a lot of code to upgrade the compatibility packs can help.&nbsp; Here's more info on the async api - <a href="http://drc.ideablade.com/devforce-2012/bin/view/&#068;ocumentati&#111;n/program-asynchr&#111;nously" target="_blank">http://drc.ideablade.com/devforce-2012/bin/view/Documentation/program-asynchronously</A>.</DIV><DIV sab="1087">&nbsp;</DIV><DIV sab="1089">&nbsp;</DIV><DIV sab="1090">&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 19 Nov 2013 10:33:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17241#17241</guid>
  </item> 
  <item>
   <title>Devforce 2012 migration : Have already gone through this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17239#17239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=2090" rel="nofollow">monikapathak14</a><br /><strong>Subject:</strong> 4604<br /><strong>Posted:</strong> 19-Nov-2013 at 6:43am<br /><br />Have already gone through this link. Its very limited in its content.<br /><br />Any other place where we can have some more illustrations for all the things that are not supported in devforce 2012.<br />]]>
   </description>
   <pubDate>Tue, 19 Nov 2013 06:43:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17239#17239</guid>
  </item> 
  <item>
   <title>Devforce 2012 migration : This document should help you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17238#17238</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> 4604<br /><strong>Posted:</strong> 19-Nov-2013 at 6:11am<br /><br />This document should help you http://drc.ideablade.com/devforce-2012/bin/view/Documentation/Migrating-DevForce-2010]]>
   </description>
   <pubDate>Tue, 19 Nov 2013 06:11:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17238#17238</guid>
  </item> 
  <item>
   <title>Devforce 2012 migration : How do I convert this to be devforce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17237#17237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=2090" rel="nofollow">monikapathak14</a><br /><strong>Subject:</strong> 4604<br /><strong>Posted:</strong> 19-Nov-2013 at 1:09am<br /><br />How do I convert this to be devforce 2012 compliant:<br><div><br></div><div><div><font size="1">public static INotifyCompleted RunForSP&lt;T&gt;(this StoredProcQuery query, Action&lt;IEnumerable&lt;T&gt;&gt; onSuccess, Action&lt;Exception&gt; onFail)</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; {</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font><span style="font-size: x-small; line-height: 1.4;">&nbsp; &nbsp; return query.ExecuteAsync(op =&gt; // &nbsp; OnCompletion(op, onSuccess, onFail));</span></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (op.CompletedSuccessfully)</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (null != onSuccess)</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onSuccess(op.Results.Cast&lt;T&gt;());</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (null != onFail)</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; op.MarkErrorAsHandled();</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onFail(op.Error);</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div><font size="1">&nbsp; &nbsp; &nbsp; &nbsp; }</font></div></div><div><font size="1"><br></font></div><div><span style="line-height: 14px;"><font size="2">INotifyCompleted &nbsp;not supported in 2012 devforce version.</font></span></div>]]>
   </description>
   <pubDate>Tue, 19 Nov 2013 01:09:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4604&amp;PID=17237#17237</guid>
  </item> 
 </channel>
</rss>