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
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Explain how can you debug your .net application?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain difference between friend and protected friend?
What is razor? : asp.net mvc
Explain the benefits of viewstate?
What is autopostback in asp net?
What are the different types of proxy patterns?
What is the part of url?
What is a web api? Which protocol is used in a web api?
What is the difference between Session and response.Redirect?
What is viewstategenerator?
Explain different authentication modes in asp.net?
What is syntax code to send email from an asp.net application?
What are the best practices to follow to secure connection strings in an ASP.NET web application?