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
Do gac'ed assemblies have fulltrust?
What are sessions in asp net?
What is difference between session and cookies?
In which event of the page life cycle, is the viewstate available?
Explain serialization and deserialization?
What are server side controls?
What is session and cookies in asp.net?
To add a hyperlink column to the DataGrid which tag is used ?
How many types of state management are there in asp net?
What is the Difference between MVC And MVP design pattrens
What is the significance of finalize method in .net?
Can the unique key be null?
What are the event handlers that can be included in the Global.asax file?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain transparent caching with aop?