<?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 : Generating DbContext for Breeze from existing EDMX</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Generating DbContext for Breeze from existing EDMX</description>
  <pubDate>Fri, 10 Apr 2026 18:56:23 -700</pubDate>
  <lastBuildDate>Wed, 16 Jan 2013 11:09:06 -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=3895</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>Generating DbContext for Breeze from existing EDMX : Ah ok, I see what you mean. We...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15609#15609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1535" rel="nofollow">willtcarey</a><br /><strong>Subject:</strong> 3895<br /><strong>Posted:</strong> 16-Jan-2013 at 11:09am<br /><br />Ah ok, I see what you mean. We wound up going with a separate project to which generated entity framework models for us. Thanks for your help!]]>
   </description>
   <pubDate>Wed, 16 Jan 2013 11:09:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15609#15609</guid>
  </item> 
  <item>
   <title>Generating DbContext for Breeze from existing EDMX :   You can certainly run Breeze...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15608#15608</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> 3895<br /><strong>Posted:</strong> 16-Jan-2013 at 8:33am<br /><br />You can certainly run Breeze and DevForce concurrently.&nbsp;&nbsp; Breeze won't currently recognize your DevForce model and DevForce server-side code, so if you'd like to see that functionality please vote on it at the UserVoice link above.&nbsp; <div>&nbsp;</div><div>The Breeze support forum, which is quite active and should be able to better answer&nbsp;your questions, is here - <a href="http://stackoverflow.com/questi&#111;ns/tagged/breeze?sort=newest" target="_blank">http://stackoverflow.com/questions/tagged/breeze?sort=newest</a>.</div>]]>
   </description>
   <pubDate>Wed, 16 Jan 2013 08:33:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15608#15608</guid>
  </item> 
  <item>
   <title>Generating DbContext for Breeze from existing EDMX :  Ok, we have a plan to gradually...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15607#15607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1535" rel="nofollow">willtcarey</a><br /><strong>Subject:</strong> 3895<br /><strong>Posted:</strong> 16-Jan-2013 at 8:25am<br /><br />Ok, we have a plan to gradually phase out DevForce and gradually put in Breeze in it's place. You're telling me there is no way to run DevForce and Breeze concurrently? I've seen talk about writing a custom DbContext, would that help me at all?<span style="font-size:10px"><br /><br />Edited by willtcarey - 16-Jan-2013 at 8:27am</span>]]>
   </description>
   <pubDate>Wed, 16 Jan 2013 08:25:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15607#15607</guid>
  </item> 
  <item>
   <title>Generating DbContext for Breeze from existing EDMX :   Breeze doesn&amp;#039;t currently...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15606#15606</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> 3895<br /><strong>Posted:</strong> 16-Jan-2013 at 8:18am<br /><br />Breeze doesn't currently integrate with DevForce.&nbsp; There's currently a feature request to add this, which you can vote on here - <a href="http://breezejs.uservoice.com/forums/173093-breeze-feature-suggesti&#111;ns/suggesti&#111;ns/3387673-support-devforce-models" target="_blank">http://breezejs.uservoice.com/forums/173093-breeze-feature-suggestions/suggestions/3387673-support-devforce-models</a>-.<div>&nbsp;</div><div>You can use Breeze with your existing EDMX and standard EF, though.&nbsp; Here's more info - <a href="http://www.breezejs.com/&#100;ocumentati&#111;n/hosting-aspnet" target="_blank">http://www.breezejs.com/documentation/hosting-aspnet</a>.</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 16 Jan 2013 08:18:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15606#15606</guid>
  </item> 
  <item>
   <title>Generating DbContext for Breeze from existing EDMX : Hi there, we have a EDMX file...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15605#15605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1535" rel="nofollow">willtcarey</a><br /><strong>Subject:</strong> 3895<br /><strong>Posted:</strong> 16-Jan-2013 at 7:06am<br /><br />Hi there, we have a EDMX file that represents our database, and when using the code generation tools we get an EntityManager from that. However Breeze is looking for a DbContext to create an EFContextProvider. I've been looking around and it seems that DevForce claims to generate a DbContext at runtime, is there any way I can reference that to use in Breeze or am I stuck creating a custom DbContext?<div><br></div><div>Any help would be appreciated. Thanks</div>]]>
   </description>
   <pubDate>Wed, 16 Jan 2013 07:06:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3895&amp;PID=15605#15605</guid>
  </item> 
 </channel>
</rss>