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:
dot net qstn
How would ASP and ASP.NET apps run at the same time on the same server? 2010-07-29, 4633👍, 0💬
What is a Thread ?
.NET INTERVIEW QUESTIONS - What is a Thread ? A thread is the basic unit to which the operating system allocates processor time. 2009-11-03, 4610👍, 0💬
Popular Posts:
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the ...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...