For the latest details please go to http://www.liekhus.com.

Using the Liekhus ADO.NET Entity Data Model XAF Extensions
  1. Download and Install the latest release. The VSIX file installs itself as a VS2010 Extension.
  2. Create a new DevExpress eXpress App Framework Solution in version 10.1.
  3. Open the Properties of your Module project and ensure that the target framework is 4.0.
  4. Add an Empty ADO.NET Entity Data Model to your project.
  5. Open the Properties of the ADO.NET Entity Data Model and set the Code Generation property to None.
  6. Design your class diagram as you see fit. Be sure to remove the default ID property of each entity as XPO uses the OID for it's key by default.
  7. Save the diagram and watch as the classes are generated for you.

You should be set. Start designing and using XAF as you would normally. Enjoy!