One of the major new features of .NET Framework 3.5 is integration with LINQ (Language Integrated Query) , a database querying component for .NET that mimics SQL syntax. LINQ makes it easier to write up code, rather than use Visual Basic or C# for SQL;...