When to use LINQ-to-SQL versus Entity Framework?
When should I decide to use LINQ to SQL over Entity Framework? I my view, LINQ to SQL is far more 'agile' and flexible than Entity Framework.
I know that Microsoft is totally committed to Entity Framework, but using EF does not come natural to me.