Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between linq and entity framework?



What is difference between linq and entity framework?..

Answer / 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

More LINQ Language-Integrated Query Interview Questions

What is linq and its advantages?

1 Answers  


What is the difference between linq to sql and entity framework?

1 Answers  


What do you understand by linq to xml?

1 Answers  


What is "linq to objects"?

1 Answers  


How can you handle concurrency at field level in LINQ to SQL?

1 Answers  


Why do we use linq?

1 Answers  


Can we use left join in linq?

1 Answers  


Why cant datareader be returned from a web services method?

1 Answers  


What are the important points to remember while using lambda expressions?

1 Answers  


What is difference between first and firstordefault in linq?

1 Answers  


What are the different ways to write linq query syntax?

1 Answers  


Write LINQ query to find 2nd highest salary?

1 Answers  


Categories