Introduction
In this blog we will see how to perform self join using linq to sql.
Step 1: Create ASP.NET Webforms application
Webform1.aspx
Webform1.aspx.cs
Output of the application looks like this
Summary
In this blog we have seen how we can perform self join using linq to sql. Happy coding!