<?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 Architecture</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Devforce Architecture</description>
  <pubDate>Wed, 29 Jul 2026 19:35:39 -700</pubDate>
  <lastBuildDate>Thu, 21 Apr 2011 16:33:09 -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=2629</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 Architecture : We are also developing a DevForce-Caliburn...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10520#10520</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> 2629<br /><strong>Posted:</strong> 21-Apr-2011 at 4:33pm<br /><br />We are also developing a DevForce-Caliburn reference MVVM architecture. It is not yet officially released (there are a few places we still need to document), but you can access the bits here:<div><a href="http://devforcecaliburn.codeplex.com/" target="_blank">http://devforcecaliburn.codeplex.com</a></div><div><br></div><div>We also have a professional services team to help if you need additional guidance on best practices or architecture that is not in our documentation. Send an email to info at ideablade dot com if you're interested in this.</div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 21 Apr 2011 16:33:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10520#10520</guid>
  </item> 
  <item>
   <title>Devforce Architecture : Thanks for the response Greg.Actually,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10518#10518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2629<br /><strong>Posted:</strong> 21-Apr-2011 at 2:13pm<br /><br />Thanks for the response Greg.<div><br></div><div>Actually, our new DRC has a good write up and graphics on this.</div><div><br></div><div>Please checkout&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/architecture" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/architecture</a></div>]]>
   </description>
   <pubDate>Thu, 21 Apr 2011 14:13:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10518#10518</guid>
  </item> 
  <item>
   <title>Devforce Architecture :   Hi,1. Yes, the Entity Framework...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10516#10516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 2629<br /><strong>Posted:</strong> 21-Apr-2011 at 1:28pm<br /><br />Hi,<div>&nbsp;</div><div>1.&nbsp; Yes, the Entity Framework is fine in a web-based application.&nbsp; DevForce works very closely with the EntityFramework.&nbsp; </div><div>&nbsp;</div><div>2.&nbsp; DevForce is the component which helps you get the data across the wire.&nbsp; In a nutshell, it creates a WCF service for you automatically, and then lets you communicate to the server through the WCF service.&nbsp; This is how the data gets from the database down to your application, and then back up to the Server again.&nbsp; If you didn't use DevForce, you would have to write the WCF service by hand.</div><div>&nbsp;</div><div>If you just getting started, there are some great videos that Ward did that show a sample application being written from scratch. Then create a new project with a DevForce template and try connecting to your database.</div><div>&nbsp;</div><div>While you can use stored procedures for business logic, it's not really a good idea on&nbsp;multi-tiered web application.&nbsp; More typically, you will have logic in the domain entities (domain centric) or in a middle tier before the database (the ViewModel in MVVM).&nbsp; This makes it much easier to switch databases if you should ever need to do that.</div><div>&nbsp;</div><div>Sorry, don't have any good graphics to hand that show this.</div><div>&nbsp;</div><div>Greg</div>]]>
   </description>
   <pubDate>Thu, 21 Apr 2011 13:28:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10516#10516</guid>
  </item> 
  <item>
   <title>Devforce Architecture : Hi i am a developer and i am going...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10504#10504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1123" rel="nofollow">ujjawal</a><br /><strong>Subject:</strong> 2629<br /><strong>Posted:</strong> 20-Apr-2011 at 11:02pm<br /><br />Hi i am a developer and i am going to migrate my old desktop application to new web based. we will be using silverlight, Devforce and callibuirn.micro for MVVM. I am very much confused about the architecture of this new project as lots of new technologies are there. my all business logic are in a vb dll and old application is heavily dependent on store procedures in the database. i have few question in mind if somebody can help me out ?<br><br>1 . using entity framework in a web based application would be fine ??<br>2. how the architecture will be ?? i.e what will be the different layers ?? where devforce will fit into this and where EF will fit ?<br><br>can some body help me in designing the layered architecture of this new project. will be good if some body attach a graphical file for reference so that it can be better understood .<br><br>Thanks in advance.<br><br>]]>
   </description>
   <pubDate>Wed, 20 Apr 2011 23:02:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2629&amp;PID=10504#10504</guid>
  </item> 
 </channel>
</rss>