Answered by:
what should i learn first LINQ or EF ?

Question
-
To learn Entity Framework do i need to learn linq first ?Thursday, May 10, 2012 7:33 PM
Answers
-
Hi parthiv;
Both technologies use Linq so you do not need to learn Linq to SQL to learn Linq to Entity Framework. I would suggest to learn Linq to Entity Framework seeming that is the technology that Microsoft is moving forward with.
Fernando (MCSD)
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Marked as answer by .netaholic Friday, May 11, 2012 4:20 AM
Thursday, May 10, 2012 10:23 PM -
On 5/10/2012 3:33 PM, parthiv kubavat wrote:> To learn Entity Framework do i need to learn linq first ?You should learn how to use Linq, because without knowing Linq you willnot know how to use Linq effectively without Linq-2-SQL or ADO.NETEntity Framework.Linq is more than its usage with Linq-2-SQL and its usage with EF.You finish the book, then turn your attentions to LinqPad.
- Marked as answer by .netaholic Friday, May 11, 2012 4:20 AM
Friday, May 11, 2012 2:13 AM
All replies
-
Hi parthiv;
Both technologies use Linq so you do not need to learn Linq to SQL to learn Linq to Entity Framework. I would suggest to learn Linq to Entity Framework seeming that is the technology that Microsoft is moving forward with.
Fernando (MCSD)
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Marked as answer by .netaholic Friday, May 11, 2012 4:20 AM
Thursday, May 10, 2012 10:23 PM -
On 5/10/2012 3:33 PM, parthiv kubavat wrote:> To learn Entity Framework do i need to learn linq first ?You should learn how to use Linq, because without knowing Linq you willnot know how to use Linq effectively without Linq-2-SQL or ADO.NETEntity Framework.Linq is more than its usage with Linq-2-SQL and its usage with EF.You finish the book, then turn your attentions to LinqPad.
- Marked as answer by .netaholic Friday, May 11, 2012 4:20 AM
Friday, May 11, 2012 2:13 AM