What is difference between linq and entity framework?
Answer Posted / Bhupendra Pratap Singh
LINQ is a query language built into .NET languages like C#, while Entity Framework (EF) is an Object-Relational Mapper (ORM) that enables .NET developers to work with relational data using domain model objects. LINQ provides the ability to query and transform data, while EF handles mapping between these queries and the actual database schema.
| 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