Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
I am learning the ADO.NET present i have doubt about performance in connected

architecture and disconnected architecture then also why should introduce the

disconnected architecture.I want some difference b/w connected and disconnected.

please help me.

thank u.
Posted
Updated 26-May-16 4:15am
v3
Comments
Krishna Veni 26-May-16 9:15am    
can u give the answer

1 solution

Connected performance will be faster than disconnected.

refer these docs
Connected and Disconnected Data Access Architecture[^]
Difference between Connected and disconnected architecture in ADO.Net with Example[^]
check this[^] more differences added.
 
Share this answer
 
Comments
Karthik_Mahalingam 26-May-16 10:34am    
Hi F-ES Sitecore,

I just did a small test by adding 50000 records in a table
and ran a timer test on this code from the above link[^]
Connected arc took : 144 milli seconds to fetch the data and
disConnected arc took : 304 milli seconds.

Looping is apart :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900