Difference between connected architecture and Dissconnected
architecture?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / smiley
in dissconnected architecture..server dumps the data in to
client machine when user sends a request. and connection
was released after dumping..
Is This Answer Correct ? | 2 Yes | 1 No |
Is asp net front end or backend?
What is asp according to you?
what are configuration files?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How many web.config files in each solution
What are the advantages of Web API?
What are the new login controls in asp.net 2.0?
What is cross page posting? How is it done?
Distinguish between Server-side and Client-side code?
Why is global asax is used for?
What is Active Directory? What is the namespace for that?
In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?