Just starting getting into Entity Framework and Linq for EF. I'm not sure which of the two query methods I should concentrate on, method-based or query-based?
Is there an obvious choice as to which one is easier to use, for both simple and more complex queries, hence should be the one I concentrate on? Assuming I'm using VS2010 does method based have an advantage in terms of having more design time checks/prompts from the IDE to make it easier to get things right prior to running the application?
thanks