Many of you bloggers out there have already covered the fact that Stored Procedures should be used for INSERTS, UPDATES and DELETES or in general when modifying multiple rows in a batch like statement. I also came across other blogs that discussed deleting or updated multiple entities with the standard interfaces of Linq2Sql - not highlighting the actual performance problem when marking entities with DeleteAllOnSubmit. Whats going on when we delete multiple entities? I wrote a test that clears two of m...
|
3
shouts |
|
|||
No comments yet, be the first one to post comment.