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, 1777👍, 0💬
Popular Posts:
Explain simple Walk through of XmlReader ? In this section we will do a simple walkthrough of how to...
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...
What are shared (VB.NET)/Static(C#) variables? Static/Shared classes are used when a class provides ...
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...