|
Different Flavors Of LINQ
You may have noticed from my blog posts lately that these days I am spending considerable time working with LINQ. Although I mainly concentrate on LINQ To Objects and LINQ To XML, I often wander around and play with other flavors of LINQ as well. Today, just out of curiosity I wanted to see how many flavors of LINQ are out there. And I found many. So here is a list of different LINQ flavors available at present. Some of these are work in progress.
- LINQ To Objects
- LINQ To XML
- LINQ To SQL
- LINQ To Flickr
- LINQ To Amazon
- LINQ To Google
- LINQ To LDAP
- LINQ To NHibernate
Am I missing any?
Leave a Reply
1239 views, 1 so far
today |
Get Updates By Email
Popular Post
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Free Icons And Images With Visual Studio 2008
- Windows 7 Control Panel In Classic Mode
- Dynamic Sort With LINQ
- Use SqlConnection With LINQ To SQL
- StyleCop Tutorial
- Write To Vista Event Log Using C#
- More Details Emerge On Microsoft Master Certification
Tag Cloud
Code Snippets
- Get Current Windows User In C#
- Get Width And Height Of Image In C#
- Get Windows Registry Size With WMI And C#
- Reverse Array Elements Using C#
- Convert Hexadecimal To Number In C#
- Get Free Disk Space Using T-SQL
- SQL Server 2008 – Get All Indexes In A Database
- Get Name Of Current Executing Assembly In C#
- Get CD Or DVD Drive Information Using WMI And C#
- Get Last Row From Table Using LINQ To SQL


February 11th, 2009 at 4:05 pm
LINQ to DataSet: This allows us to query DataSets.
LINQ to Sharepoint: This allows us to query MS Sharepoint lists.
LINQ to Entities: This is for applications that need more flexibility in mapping objects to a RDBMS supported by the ADO.Net data providers.
February 11th, 2009 at 4:14 pm
Sandeep,
Thanks for the feedback. LINQ To Sharepoint sounds very interesting.