As a breakthrough innovation in. NET Framework 3.5, LINQ builds a bridge between the object field and the data field, allowing you to conveniently operate data using lambda expressions .. Net Framework 3.5 has integrated the following functions, this allows you to implement your own LINQ solution for different data sources. Therefore, "LINQ to anything" is also possible.
This article is used to sort out the content of LINQ to anything and will be updated continuously. Please note your comments.
From codeplex's open-source project, for the Oracle database's LINQ solution, PV reached 360, it can be said that there is still a certain degree of attention.
Many databases are supported by this LINQ extension, including Oracle, PostgreSQL, MySQL, and SQLite. I have never used it to judge the specific effect, if any of you have used it, tell us your experience.
A class library that uses LINQ to operate CSV files, from codeproject.
The Code Section makes everyone's thinking active:
using(XlsWorkbook book = new XlsWorkbook("TestData\\100.xls")) { var sheets = from s in book.Worksheets where s.Name == "100" select s; foreach(var sheet in sheets) Console.WriteLine(sheet.Name);}
- LINQ to Google image and Google groups
Use lambda expressions to query Google photos and groups, also from codeproject.
- LINQ to Google
- LINQ to Amazon
- LINQ to Flickr
You can use tags, upload time, user ID, and title to search for images on Flickr.
Micro Blog Twitter development API
You can use LINQ to query the Sharepoint list. This open-source project has a PV of 1200 on codeplex!
Reference the system. directoryservices namespace to operate the Windows Active Directory.
You can use lambda expressions to compile your search engine! It's LINQ to Lucene. net.
Amazon simpledb is a Web service that queries structured data in real time. Now, LINQ is really pervasive!
- LINQ to Javascript
- LINQ to CRM
- LINQ to PhP
- LINQ to WMI
- LINQ to STDF (the latter are all from codeplex, And the PV volume is relatively small)
Technorati labels: LINQ,. Net 3.5