About LINQ TO SQL


LINQ TO SQL

Linq-To-SQL is the lightweight, straightforward, MS-SQL Server only technology

Advantages: 
  •  Reduction in work, Faster development               
  •  Strongly typed code (Type Safety).
  • A common syntax for all data.
  • Compile check when database changes
  • Auto-generated domain objects that are usable small projects
  • Lazy loading feature can speed up performance & at least simplify the code a lot.
  • Debugging support 
Disadvantages: 
  • Support for SQL Server only
  • No direct execution against database
  •  Not suitable for handling large amount of data, like filling dataset.

Performance
: 

Tags: Advantages of linq to sql, limitations linq to sql, linq to sql performance, about linq to sql


No comments:

Post a Comment

Keep ur coding aside.. Relax for some time..