Which one is better, when should I use one or the other, and which one is more performatic?
Customer customer = customerCollection.AddNew()
vs
customerCollection.AttachEntity(customer)
It's much better to use