LINQ To SQL Plus Extend your DataContext with high-performance bulk operations
// Bulk Operations context.BulkInsert(list); context.BulkUpdate(list); context.BulkDelete(list); context.BulkMerge(list); // Use custom key context.BulkMerge(customers, options => { options.ColumnPrimaryKeyExpression = customer => customer.Code; });
What's LINQ to SQL Plus?
LinqToSql Plus extends your DataContext with high-performance bulk operations: BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Our achievements
5,000+ Customers
75+ Countries
10,000+ Requests closed
250,000,000+downloads
What ZZZ Projects achieved over the last decade has grown beyond our hopes. We help developers worldwide with free and paid solutions (because nobody works for free, nor our developers!). Every day, we are committed to listening to our clients to help ease the daily dev workload as much as possible.