Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
ADO.NET features? Benefits? Drawbacks?
ADO.NET features? Benefits? Drawbacks?
✍: Guest
Answer 1:
1. Data will be retrieved through Datasets
2. Scalability
Answer 2:
1. Disconnected Data Architecture
2. Data cached in Datasets
3. Data transfer in XML format
4. Interaction with the database is done through data commands
2013-12-10, 1641👍, 0💬
Popular Posts:
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the ...
What is the difference between const char* p and char const* p? In const char* p, the character poin...
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...