This LINQ tutorial explains how to use LINQ Take clause in VB.NET.
Web developers use optional LINQ Take clause when they want to include in a query a specified number of contiguous elements from the start of a result list which is specified by the count parameter:
Take count
where count is required value or an [...]
