3 Forks
1 Stars
1 Watchers

Linq

Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language. Traditionally, queries against data are expressed as simple strings without type checking at compile time or IntelliSense support. Furthermore, you have to learn a different query language for each type of data source: SQL databases, XML documents, various Web services, and so on. With LINQ, a query is a first-class language construct, just like classes, methods, events. You write queries against strongly typed collections of objects by using language keywords and familiar operators. The LINQ family of technologies provides a consistent query experience for objects (LINQ to Objects), relational databases (LINQ to SQL), and XML (LINQ to XML).

How to download and setup Linq

Open terminal and run command
git clone https://github.com/MicrosoftStudentAmbassadors-Kenya/Linq.git
git clone is used to create a copy or clone of Linq repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Linq https://github.com/MicrosoftStudentAmbassadors-Kenya/Linq/archive/master.zip

Or simply clone Linq with SSH
[email protected]:MicrosoftStudentAmbassadors-Kenya/Linq.git

If you have some problems with Linq

You may open issue on Linq support forum (system) here: https://github.com/MicrosoftStudentAmbassadors-Kenya/Linq/issues