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 the difference between linq to sql and entity framework?



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

Answer / Raviendra Maurya

LINQ to SQL and Entity Framework are both Object-Relational Mappers (ORMs) in C# that allow developers to work with databases using LINQ syntax. The main difference lies in their underlying architecture: LINQ to SQL generates SQL queries directly from .NET classes, while Entity Framework uses a conceptual model called the Entity Data Model (EDM). Entity Framework is more flexible and extensible compared to LINQ to SQL, but it has a steeper learning curve.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is expression tree in linq?

1 Answers  


What is "linq to objects"?

1 Answers  


What is linqpad used for?

1 Answers  


What are the types of LINQ?

1 Answers  


How can you create Expression Trees?

1 Answers  


what is the purpose of LINQ providers in LINQ?

1 Answers  


What is linq and its advantages?

1 Answers  


Explain how standard query operators useful in LINQ?

1 Answers  


In LINQ, lambda expressions underlie many of the standard query operators. Is it True or False?

1 Answers  


How to write LINQ query for Inner Join with and condition?

1 Answers  


What is difference between first and single in linq?

1 Answers  


What is LINQ and why to use it?

1 Answers  


Categories