When to use LINQ-to-SQL versus Entity Framework?

Jun 4 2010 7:51 AM
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.