I'm just starting with Entity Framework and there's a thing I don't understand:
They say LINQ to SQL is being discontinued. But Entity Framework is being activelly developed and recently they released version 4.0. As far as I know, LINQ is the default method of expressing queries in Entity Framework. How come? What are they gonna do? The EntityFramework will use another query method other than LINQ? How does this work?