How many ways are there to map a database with entity framework in .NET?
I understand there is CodeFirst and DatabaseFirst (using EDMX wizzard for example).
wi