Developing an application with Naked Entities, using the 'Code Only' approach

In the Code Only approach, the developer writes POCO domain object classes. At run time the Entity Framework introspects on these classes and uses the information to create a database schema corresponding to the object model (unless one already exists). At the same time, Naked Entities introspects on the domain classes to create an object-oriented user interface, written in WPF. The net result is that you can turn a POCO domain object model into a usable application in one step. This video shows the first iteration of a simple application involving Customer, Order, OrderLine and Product classes.

After this video we suggest that you view Building on the first iteration or browse the full list of online videos. Please also take a moment to: