Difference between connected architecture and Dissconnected
architecture?

Answers were Sorted based on User's Feedback



Difference between connected architecture and Dissconnected architecture? ..

Answer / dev

In Connected Architecture the connection is open untill we use the Close() methods,the example are Data Reader
In Disconnected Architecture the connection is automatically closed while it finish their jobs.The example are DataSet and Sql DataAdapter.

Is This Answer Correct ?    10 Yes 0 No

Difference between connected architecture and Dissconnected architecture? ..

Answer / smiley

in dissconnected architecture..server dumps the data in to
client machine when user sends a request. and connection
was released after dumping..

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Is asp net front end or backend?

0 Answers  


What is asp according to you?

0 Answers  


what are configuration files?

0 Answers  


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


How many web.config files in each solution

10 Answers   General Mills,


What are the advantages of Web API?

0 Answers  


What are the new login controls in asp.net 2.0?

0 Answers  


What is cross page posting? How is it done?

0 Answers  


Distinguish between Server-side and Client-side code?

0 Answers   Siebel,


Why is global asax is used for?

0 Answers  


What is Active Directory? What is the namespace for that?

2 Answers  


In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?

1 Answers  


Categories