Code rant
Life as a mort.
Showing posts with label
IRepository
.
Show all posts
Showing posts with label
IRepository
.
Show all posts
Friday, August 08, 2008
The Queryable Domain Property Problem
›
LINQ has revolutionised the way we do data access. Being able to fluently describe queries in C# means that you never have to write a single...
2 comments:
Wednesday, April 30, 2008
Generic reordering
›
Do you have items in your application that need to be ordered in some arbitrary, user defined order? Countries could very well be ordered al...
Friday, April 11, 2008
MVC Storefront
›
Rob Conery , the genius behind Subsonic , and now assimilated by the Borg , has just started a series of posts describing the process of bui...
1 comment:
Thursday, April 03, 2008
Repository.GetById using LINQ Expression Syntax
›
A while ago I talked about using the IRepository<T> pattern with LINQ to SQL . One of the methods of my repository is GetById. The sli...
7 comments:
Thursday, March 20, 2008
Using the IRepository pattern with LINQ to SQL
›
27th March 2009. It's now a year since I wrote this post. Thanks to some comments by Janus2007 I've realised that it needs updating....
15 comments:
›
Home
View web version