Linq to anything
Along with my manager Shyam Pather, I am giving the following talk at the upcoming Dev Connections conference:
MDA04: LINQ to XML, SQL, Entities, DataSets and Co.: Data Access Technologies Explained
With the release of the Microsoft .NET Framework 3.5, Microsoft introduced several new data access technologies based on its LINQ technology, such as LINQ to SQL and LINQ to DataSets. Shortly after, we expect Microsoft to release the ADO.NET Entity Framework which enables LINQ to Entities in addition to Entity SQL. Finally, we have all the existing ADO.NET data access patterns. This raises one important question: Which data access technology is best suited for which situation? In this session, we look at different scenarios and requirements that can inform your technology decision.
As part of this talk, we are trying to give as many Linq demos as possible. So far we have:
Linq to Objects
Linq to Sql
Linq to Entities
Linq to DataSet
Linq to Xml
Linq to ADO.NET Data Services
Linq to Windows Azure Storage
Linq to Sql Data Services
Plus a few surprises.
I am looking at something real esoteric to write a Linq provider. So if anyone has any ideas, please leave a comment or email me.
Comments
- Anonymous
October 30, 2008
PingBack from http://mstechnews.info/2008/10/linq-to-anything/ - Anonymous
October 31, 2008
Linq to Subsonic comes to mind, I bet a lot of people are waiting for that one :-)but if you are looking for esoteric, you might want to go for Linq to Heartmonitor or Linq to audience (scan the room with facial recognition or Photosynth -hey, I'm just brain storming here...-) - Anonymous
October 31, 2008
Andy,How about a generic managed data provider for LINQ to SQL that handles Oracle, IBM DB2, My SQL, PostgreSQL, et al?--rj - Anonymous
October 31, 2008
rj, I believe we are already showing that - it's called Linq to Entities.Seriously, our definition of esoteric must differ wildly.Andy - Anonymous
October 31, 2008
Linq to SubSonic?I actually have been working on a bridge so I can plug in Subsonic as an ADO.NET Data Services data provider. Obviously this includes Linq support. Maybe one of these days I will get some free cycles and get it in good enough shape toput on code plex. - Anonymous
November 13, 2008
How about Linq to Exchange 2003 WebDAV?-Chris Mankowski