Developing an application with Naked Entities, using the 'Database First' approach
In the Database First approach, the developer creates an Entity Model from an existing database schema. Domain classes are generated from this model using a Transformation Template. At run time Naked Entities introspects on the domain classes to create an object-oriented user interface, written in WPF. This video shows the first iteration of a simple application starting from four tables: Customer, Order, OrderLine and Product:
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: