Developing aN Astoria data provider for SubSonic
Posted by: Andrew Conrads WebLog,
on 05 Dec 2008 |
View original | Bookmarked: 0 time(s)
I have developed a data provider for SubSonic to enable it as a ADO.NET Data Services data source. This ended up being a bit harder then I initially thought, and is definitely still a work in progress. If you are interested, I have started a code gallery project for it. I decided to base the first implementation of my provider on SubSonic 3.0 preview 2. This is the first version of Sub Sonic that supports IQueryable<T> so getting read-only ADO.NET Data Service support over SubSonic is...