Press "Enter" to skip to content

Reducing Insert Round-Tripping with Entity Framework

Josh Darnell has a tip for Entity Framework users:

In Entity Framework, it’s easy to write code that will result in a “chatty” interaction with the database server. I wrote previously about being chatty in the context of read queries (lazy loading). This time, let’s talk about write queries.

Click through for some solid advice.