Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Bulk edit your scrobbles for any artist, album or track on Last.fm at once.
JavaScript 90
-
Forked from MikaelEliasson/EntityFramework.Utilities
Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
-
List of countries, states/provinces and cities from Steam Community profiles.
-
Forked from mperdeck/dynamicbundles
Includes critical bug fixes for mperdeck's dynamicbundles
-
82 contributions in the last year
Contribution activity
November 2020
October 2020
Created an issue in zzzprojects/EntityFramework-Plus that received 4 comments
Batch delete and batch update without batching?
Is it possible to use .Delete() or .Update(x => ...) without the batching? I would like to be able to delete or update entities without loading the…