LINQ to SQL allows querying a relational structure by converting the LINQ query into a native SQL query. This means that the queries that you write in code generates appropriate queries to access theactual database, AUTOMATICALLY! There are several concepts that you will come to know in this module