Developing an application with Naked Entities, using the 'Model First' approach

In the Model First approach, the developer starts by defining the Entity Model using the Entity Designer in Visual Studio. Domain classes are generated from this model using a Transformation Template. The database schema is also generated in the form of a SQL script. 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 involving Customer, Order, OrderLine and Product entities:

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: