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?
Tagged with: LINQ
2 Responses to Different Flavors Of LINQ
Leave a Reply Cancel reply
Top Posts
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Windows 7 Control Panel In Classic Mode
- More Details Emerge On Microsoft Master Certification
- Use SqlConnection With LINQ To SQL
- Free Icons And Images With Visual Studio 2008
- Capture XML In WCF Service
- Dynamic Sort With LINQ
- StyleCop Tutorial
Tags
.Net 2010 ADO.NET ASP.NET Azure Blogging Books Browsers C# Certification Cloud Computing Code Snippets Community Data Services Eclipse Entity Framework Google IDE Java LINQ Mac Microsoft Museum NetBeans Office Oracle REST SharePoint Silverlight SQL Server T-SQL Tips Tools Training Visual Studio Visual Studio 2010 WCF Web Windows Windows 7 Windows Forms Windows Live WMI WPF XAML


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.
Sandeep,
Thanks for the feedback. LINQ To Sharepoint sounds very interesting.