connected model and disconnected model in EF
问题 I'm confused a lot about connected model and disconnected in entity framework . I was using traditional ADO.net ( DataReader for connected model and DataAdapter for disconnected model) and all I know that I use connected model when I have many users need to update or insert together and the disconnected model in a few circumstances when I need to send the data to other process make some operations on the data in memory and send them back to the db . Now I read some articles about connected