Browse by Tags
All Tags »
Linq to SQL (
RSS)
Sorry, but there are no more tags available to filter with.
One of the nice things about LINQ to SQL is the ability to extend the types of the generated entities. Another nice thing is being able to get typed results from stored procedures. Let's try and combine the two together. We'll take the following generated...
I just finished debugging a very annoying error, where I kept getting a ChangeConflictException with the message "Row not found or changed" while trying to update my data. I found that there were no Member Conflicts in the exception, which seemed...
More Posts