I Admit I Misspoke

Posted by Patrick Liekhus on Geeks with Blogs See other posts from Geeks with Blogs or by Patrick Liekhus
Published on Fri, 11 Jun 2010 20:45:33 GMT Indexed on 2010/06/12 4:03 UTC
Read the original article Hit count: 409

Filed under:

OK.  I admit it.  The last post I hade mentioned that we moved the XAF DSL to the Entity Framework.  This has caused a lot of confusion.  I meant to say that we have used the ADO.NET Entity Data Model extensions.  This is the design surface that can be tailored to create Entity Framework.

We leveraged the code generation within the ADO.NET Entity Data Model (EDMX) file to generate XAF/XPO classes.  This allows you to visually create the entity model, set a few XAF properties and then generate the business objects from there. 

I am presenting all these topics at the Kansas City Developers Conference on June 19th.  I will post the presentation after the conference.  I have a full presentation that will demonstrate the power of the ADO.NET Entity Data Model extensions, create a small project and then add the OData layer to XAF to connect to the PowerPivot in Excel 2010.

The latest code can be found at http://efxaf.codeplex.com.

More details to come soon.  Sorry for the confusion in the last post.

Thanks again.

© Geeks with Blogs or respective owner