what I miss in LINQdatasource
Posted by: Hannes Preishuber,
on 05 Jun 2008 |
View original | Bookmarked: 0 time(s)
ASP.NET SQLDatasource control was for me a super productive tool in the past. There are some small features missing like a more elegant data paging. ASP.NET 3.5 bring a new control LinqDatasource which have great support for data paging. So I tried to create a rss feed with LINQtoSQL and LinqDatasource. Result is not as I expected. Caching SQLDatasource supports data Caching with simply two attributes enablecaching=true and cacheduration=60. Caching makes applications much faster. Filtering...