What is the difference between entity framework and linq?
Answer Posted / Ravindra Nath
LINQ is a technology for querying data, while Entity Framework (EF) is an Object-Relational Mapper (ORM). LINQ provides query syntax and methods to query data, whereas EF maps .NET objects to relational database tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category