Tuesday, 15 April 2014

What is LINQ?

1. It is a name for a set of technologies based on the integration of query capabilities directly into the C# language
2. In LINQ you are always working with objects  in a form of queries.
3. With LINQ, same coding pattern is used for all data source.



No comments:

Post a Comment