For the latest details please go to http://www.liekhus.com.Using the Liekhus ADO.NET Entity Data Model XAF Extensions
- Download and Install the latest release. The VSIX file installs itself as a VS2010 Extension.
- Create a new DevExpress eXpress App Framework Solution in version 10.1.
- Open the Properties of your Module project and ensure that the target framework is 4.0.
- Add an Empty ADO.NET Entity Data Model to your project.
- Open the Properties of the ADO.NET Entity Data Model and set the Code Generation property to None.
- 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.
- 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!