Browse by Tags

All Tags » VS2008 » LINQ (RSS)
With LINQ to XML, what I have learned so far, it's awesome, it is not only the first class concept of processing XML data, but also let you process a complex XML doc in the most simplest and readable way. I have a project called, Linq.Flickr , and I often...
Posted by mehfuzh | 10 comment(s)
First of all happy new year, secondly my new article is just published at Dotnetslackers. This explains the detail of creating custom LINQ providers using Linqextender. You can check that out at http://dotnetslackers.com/articles/csharp/CreatingCustomLINQProviderUsingLinqExtender...
We have seen that , while making general LINQ query provider , we have to implement IQueryable along with IQueryProvider. But what about the following query. var query = (from ph in context.Photos where ph.User == User && ph.PhotoSize == PhotoSize...
Posted by mehfuzh | 1 comment(s)
Filed under: , , ,
More Posts