Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Omer van Kloeten's Facebook profile

Get Firefox

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

Browse by Tags

All Tags » Linq to SQL (RSS)
Sorry, but there are no more tags available to filter with.
Extending The Partial Classes of Stored Procedures' Results in LINQ to SQL
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...
Linq to SQL: ChangeConflictException With "WHERE 0 = 1"
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