Interview Question in LINQ


 

Interview Question :: Advantages of LINQ over Stored Procedures

 Can you tell me some advantages of LINQ over Stored Procedures?

by ksk
VoteNowAnswers to "Advantages of LINQ over Stored Procedures"

Benefits of LINQ:

1. Makes it easier to transform data into objects.

2. A common syntax for all data.

3. Strongly typed code. 

4. Provider integration.

5. Reduction in work.

 6. Performance in the general case doesn't become an issue.

7. Built-in security.

8. LINQ is declarative.

by ksk