Language-Integrated Query (LINQ) is an innovation introduced in
Visual Studio 2008 and .NET Framework version 3.5 that bridges the
gap between the world of objects and the world of
data.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. LINQ makes a query a first-class language construct in C# and Visual Basic. This app explains the use of LINQ for various data sources.
Sections Included:
- Basic LINQ Queries
- LINQ to SQL
- LINQ to Datasets
- LINQ to XML
- LINQ to XQuery
Features:
- No Internet connection required - All Contents of this tutorial can be accessed offline
- Sample Codes/ Output provided for each section with a short description.
- Facility provided to search the menu.
- LINQ Operations divided under categories and sub categories for better tracing.
Credits for the LINQ Samples:
- 101+ LINQ Examples in C# by Microsoft [https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b]
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. LINQ makes a query a first-class language construct in C# and Visual Basic. This app explains the use of LINQ for various data sources.
Sections Included:
- Basic LINQ Queries
- LINQ to SQL
- LINQ to Datasets
- LINQ to XML
- LINQ to XQuery
Features:
- No Internet connection required - All Contents of this tutorial can be accessed offline
- Sample Codes/ Output provided for each section with a short description.
- Facility provided to search the menu.
- LINQ Operations divided under categories and sub categories for better tracing.
Credits for the LINQ Samples:
- 101+ LINQ Examples in C# by Microsoft [https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b]
Show More >
C# LINQ Tutorials
Loading...
