Mit EF6 haben Sie eine neue Transaktion, die wie folgt verwendet werden kann: using (var context = new PostEntityContainer()) { using (var dbcxtransaction = context.Database.BeginTransaction()) { try { PostInformation NewPost = new PostInformation() { PostId = 101, Content = "This is...