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
Elaborate differentiation between ViewState and SessionState?
What is server side session management?
What are the security types in asp.net?
In which situation can you not use a viewstate?
Which type of state management is provided by Query String in ASP.NET?
Can I tap into other windows livetm services?
How to implement Authentication and Authorization?
What is the namespace to create thread in .net?
Describe session handling in a webfarm?
What is an asp.net validator? And, mention its types.
What is data cache in sql server?
Can we use a static function with a non-static variable?
Describe a Windows Service and its lifecycle ?
What are the cookies types in asp.net?
What is postback and autopostback in asp.net?