Selecting a single LINQ2SQL Entity
October 19, 2008 No comments yet
Linq2SQL is fast becoming one of my favorite frameworks for throwing quick sites together. I used to use a lot of object relational mappers but this is free and built in so .. yay :) I’ve noticed recently a lack of understanding in trying to return a single entity from a collection. Many times when [...]