Getting Started with LINQ – Part 4

Hi Friends,

In today’s section we’ll delve further and see more of LINQ. Let us get started with Take and skip operations.

This will produce me the following output.

13th

Below is the same example while querying db.

14th

Now, let us see select many example.

15th

Cross product example.

16th

Cross product Join example:-

17th

Database cross Join:-

18th

19th

Filtered Association:-

20th

Joining the parent:-

21th

Outer Join – 1st:-

22nnd

Outer Join – 2nd

23rd

Thanks for joining me.

Thanks,
Rahul Sahay
Happy Coding