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 (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is State?
What is State? It is the property of the web forms. ASP.NET provides four types of state: Application state Session state Cookie state View state. 2014-10-01, 2089👍, 0💬
How do you define the lease of the object?
How do you define the lease of the object? By implementing ILease interface when writing the class code. 2013-11-15, 2069👍, 0💬
Explain differences between ADO and DAO.
Explain differences between ADO and DAO. dao- can access only access database ado- can access any databases 2014-10-03, 2064👍, 0💬
Popular Posts:
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a U...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
Do events have return type ? No, events do not have return type.
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...