Why does EntityFramework append a 1 by default in edmx after the database entities?
问题 Why does EntityFramework add a 1 by default to a newly created EDMX file?. Say I have a database called EmployeesDB , choosing Add > New ADO.Net Data Entity data model and choosing this database in the wizard creates multiple files, including the EmployeeDB.Designer.cs , where we have public partial class SchoolDBEntities1 : ObjectContext Why is this 1 needed here? It just feels like one of those quick-and-dirty code snippets "Name it like this for now, and give it a proper name latter things