Moses on DotNetSlackers

.Net Gorean Lifestyler

This site

News

@ Cambridge, UK

Blogs

Sponsors

  • MaximumASP
  • Breaking News
  • Find a Job
  • Social Bookmarking
    Tidebuy Reviews
    Online Shopping
    asp.net hosting
    UK online local dating

Browse by Tags

All Tags » LINQ to SQL (RSS)
PagedList Sorted Edition
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...
LINQ to Entities, Workarounds on what is not supported
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...
LINQ to Entities, what is not supported?
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.
Custom paging with LINQ to SQL.
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...
Posted: Jul 23 2008, 03:31 PM by mosessaur
Filed under: