Language-Integrated Query (LINQ) is a technology that eliminates the mismatch among different data domains. With LINQ, there is no need to learn separate query syntaxes when querying over diverse data domains such as XML, Relational and Objects. Check...
You can achieve this by doing the following steps, 1) Add a reference to Microsoft.VisualBasic Runtime frim the ".NET" references menu 2) Add a Using directive : "using Microsoft.VisualBasic;" Now you have access to all of VB.NET's functionality. The...