Browse by Tags
All Tags »
LINQ to SQL (
RSS)
Me and Amr Elsehemy are working together in something and he requested a feature in some APIs I built. In fact he liked the Rob Conery's PagedList that had been modified by Troy Goode . He used it on his jBlogMVC post series about building Blog Engine...
In my previous post I talked about what is not supported in LINQ to Entities and made a simple comparison with LINQ to SQL show that these unsupported things works fine in LINQ to SQL . In this post I am going to provide workarounds these things. First...
My new post about what LINQ to SQL support and not supported in LINQ to Entities . Different examples with source code. Check it out it might save you sometime searching and investiagting in some known unsupported things in LINQ to Entities.
Here is 4 posts that discuess custom paging using LINQ to SQL. Post include demo and explination with source code download. Building Custom Paging and Sorting Queries with LINQ to SQL and wrap it in Extension Method Efficient LINQ to SQL custom paging...