LINQ is a very rich query language, it become a part of the
.NET platform. The result of LINQ query is type of IEnumerable(Of T), which
means you can bind it directly to a databound control, also LINQ is a safe type
object which makes your page more performance and less runt time error.
I tried to illustrate it in simple words; I hope you found it
a good point to get start.