Difference between connected architecture and Dissconnected
architecture?
Answer Posted / 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 |
Post New Answer View All Answers
what is publisher?
State differences between MVC and WebAPI
What is webresource axd?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Where would you use an ihttpmodule, and what are the limitations if any?
Define static member?
What is session authentication?
What is asp.net used for?
How does output caching work in ASP.NET?
How does the iis work?
Why do we use web config?
Explain significance of routing? : asp.net mvc
What is authorization in asp.net?
What symbol would you use to denote, the start of a code block in aspx views?
Explain the asp.net page life cycle.