Basics of LINQ .
LINQ stands for Language Integrated Query. We all use collections in our application and mostly the data from various DataSource is captured inside these collections. Now instead of doing iterations using "For Loop" and "While Loop" we have a better consistent approach to all of this. LINQ code is more readable, Crisp(smaller) and it does provide a consistent approach. On top of this it provides intellisense and compile type check.
In this video we will discuss and understand
a) What is LINQ
b) Why we need to use LINQ and what are its benefits
c) LINQ Architecture
d) LINQ Examples
e) LINQ Syntax