LINQ
to SQL
|
Entity
Framework
|
|
|
|
It
can works with various databases like Oracle, DB2, MYSQL, SQL Server etc.
|
|
|
|
It
generates an .edmx files initially. The relation is maintained using 3
different files .csdl, .msl and .ssdl
|
|
|
|
It
has support for complex type.
|
|
|
|
It
can generate database from model.
|
|
|
|
It
allows one-to-one, one-to-many & many-to-many mappings between the Entity
classes and the relational tables /views
|
|
|
|
It
allows you to query data using EntitySQL, ObjectContext, DbContext.
|
|
|
|
It
provides a loosely coupled approach. Since its code first approach allow you
to use Dependency Injection pattern which make it loosely coupled .
|
|
|
|
It
can be used for rapid application development with RDBMS like SQL Server,
Oracle, DB2 and MySQL etc.
|
C# | ASP.Net | MVC | SQL Server | jQuery | Java Script | LINQ | SSRS| Web Application | Bootstrap | Kendo
Monday, 8 September 2014
What is the difference between LINQ to SQL and Entity Framework in c#?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment