Quantcast
Channel: Ashish Khandelwal » ASP.Net
Viewing all articles
Browse latest Browse all 25

LINQ to SQL Vs Entity Framework

$
0
0
LINQ to SQL and Entity Framework both are designed for ORM (Object Relational Model) support. They are developed to avoid the difficulties involved in writing Object Oriented code to perform RDMS operations. The OOP and RDMS are conceptually very different. The question arises when to use LINQ2SQL and when to use Entity Framework. What is […]

Viewing all articles
Browse latest Browse all 25

Trending Articles