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
Can you explain the importance of finalize method in .net?
How do you secure your connection string information?
What is HTTPModule and HTTPcontext? What is the use of each?
What does mean by a neutral culture?
What is caching? What are different ways of caching in asp.net?
Explain about consistent programming model in the .NET framework?
Explain the Order of events in an asp.net page?
What are the different web pages?
Which class is used to send an email message from an ASP.NET Web page?
What is the full meaning of asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Why would a company use an application service provider?
What is a web api? Which protocol is used in a web api?
What is asp.net mvc? : asp.net mvc
Describe the difference between inline and code behind - which is best in?