<?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 : n--tier sample</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : n--tier sample</description>
  <pubDate>Tue, 28 Apr 2026 08:07:16 -700</pubDate>
  <lastBuildDate>Thu, 30 Apr 2009 19:22:07 -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=1235</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>n--tier sample : Thanks - I&amp;#039;ll have a play...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4473#4473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=497" rel="nofollow">mjwills</a><br /><strong>Subject:</strong> 1235<br /><strong>Posted:</strong> 30-Apr-2009 at 7:22pm<br /><br /><P>Thanks - I'll have a play with that today.</P>]]>
   </description>
   <pubDate>Thu, 30 Apr 2009 19:22:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4473#4473</guid>
  </item> 
  <item>
   <title>n--tier sample : mj:The &amp;#034;Adding and Deleting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4458#4458</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 1235<br /><strong>Posted:</strong> 28-Apr-2009 at 10:24am<br /><br />mj:<br><br>The "Adding and Deleting Entities" learning unit in the 200 Intermediate series includes insert / delete / update functionality with a WinForms front end. <br><br>It can be run n-tier with minor adjustments.&nbsp; You can use the "N-Tier Configuration Starter" tool on the Start / IdeaBlade DevForce / Tools menu to create the client- and server-side configuration files, and to create folders with the files needed for client- and server-side deployment. Then you just launch the ServerConsole.exe program in the Server folder to start the BOS, and you're running n-tier on a single machine (BOS and client app in separate processes).<br><br>The part 2 tutorial in the "LINQ, Entity SQL, Deployment Tester", also in 200 Intermediate, steps you through the use of the n-tier configuration starter.<br><br>But note that all DevForce apps are logically n-tier, and standard procedure is to retrieve entities to the local cache, modify them locally as desired, create new entities locally, and ultimately save to a back-end datasource.&nbsp; For this reason, any of our sample solutions can be deployed n-tier with the minor adjustments outlined above.<br><br>For new entities created locally, DevForce supplies temporary key values and performs primary and foreign key fixup at save time.&nbsp; When you delete an entity locally, its DevForce EntityState gets set to EntityState.Deleted; when you then save to the back-end datasource, the deletion is consummated there, and the local entity's EntityState gets set to EntityState.Detached.&nbsp;&nbsp; It subsequently gets treated as if it did not exist by all client-side operations.<br><br>Please let us know if you have further questions.<br>]]>
   </description>
   <pubDate>Tue, 28 Apr 2009 10:24:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4458#4458</guid>
  </item> 
  <item>
   <title>n--tier sample : My current project (soon to finish)...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4454#4454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=497" rel="nofollow">mjwills</a><br /><strong>Subject:</strong> 1235<br /><strong>Posted:</strong> 27-Apr-2009 at 2:25am<br /><br />My current project (soon to finish) involved using Entity Framework over WCF. We ran into some issues with this approach (primarily around complexity involved with handling detached vs attached objects) so I thought I'd have a look at DevForce EF / WinClient.<DIV>&nbsp;</DIV><DIV>Can someone point me to a simple n-tier sample application? Something that supports pulling back multiple instances of an entity (for display) and then insert / delete / update functionality. This would be very helpful in investigating whether the kind of issues we had with vanilla WCF / EF would be overcome with DevForce.</DIV><DIV>&nbsp;</DIV><DIV>I recently watched IdeaBlade's Silverlight video from MIX09 - that kind of sample&nbsp;would be perfect (but with WinForms (preferred) or WPF client, accessing middle tier over WCF, with middle tier accessing SQL Server backend). Note that what it 'looks' like doesn't matter - but it does need to be reasonably easy for me to change / fiddle with (to allow some level of comparison with our existing approach).</DIV>]]>
   </description>
   <pubDate>Mon, 27 Apr 2009 02:25:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1235&amp;PID=4454#4454</guid>
  </item> 
 </channel>
</rss>