Linq to SQL has this very simple model: DataContext and attributes [Table] and [Column] and no need for a config file.
But I understand Linq2SQL does not have a future.
How do I do something equivalent in entity framework?
(Equivalent = no config file)