Categories:
.NET (357)
C (330)
C++ (184)
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:
What are different ways you can pass data between tiers
What are different ways you can pass data between tiers?
✍: Guest
There are many ways you can pass data between tiers :-
? Dataset the most preferred one as they maintain data in XML format.
? Datareader
? Custom classes.
? XML
2007-10-24, 6054👍, 0💬
Popular Posts:
Can an anonymous class be declared as implementing an interface and extending a class? An anonymous ...
What is the difference between Authentication and authorization? This can be a tricky question. Thes...
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...