What is difference between linq and sql entity framework?
Answer Posted / Kshitij Kumar Pandey
Linq is a language feature that provides a unified syntax for querying various data sources, while Entity Framework is an Object-Relational Mapping (ORM) tool that enables developers to work with databases using .NET objects. In other words, Linq is a part of the programming language and can be used to interact with various data sources, while Entity Framework provides an additional layer on top of LINQ, making it easier to perform database operations.
| 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