This will add two items to your project: a ???Model1.edmx??? file that contains the XML definitions used by the ADO.NET Entity Framework to specify the model, and an associated ???Model1.Designer.cs??? that contains the generated code, including an ObjectContext used to access the data and data classes such as Product, Employee, etc.