piranout

Results 2 issues of piranout

This is a "Holy Grail" kinda enhancement request, but extending your AttachAndModifyContext to do something this would be glorious: ``` csharp public void BulkUpdate(Expression predicate, ICollection assignmentExpressions) where TEntity :...

Are ubiquitous verbs on the horizon? This could make so many programs "sound" friendlier: ``` csharp string PeopleInLinePhrase(int numberOfPeople) { int x = numberOfPeople; return string.Format( "There {0} {1} {2}...