0
kicks
LinqExtender 1.4 - Enhanced object tracking
Its been quite a while since I made any release of the toolkit. I basically, get into user requests, used it myself in LinqToFlickr project and came up with some new features and enhancements.
In my last post, I already said update comment and photo feature in LinqToFlickr (Athena) , where the update tracking is actually comes from this toolkit.
Book book = (from b in context
where b.Id == 1
select b).Single();
...