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:
How did you do resource allocations
How did you do resource allocations? 2007-10-30, 5866👍, 0💬
When we use windows API in .NET is it managed or unmanaged code ?
.NET INTERVIEW QUESTIONS - When we use windows API in .NET is it managed or unmanaged code ? Windows API in .NET is unmanaged code. 2010-01-12, 5827👍, 0💬
What’s the use of “GLOBAL.ASAX” file
What’s the use of “GLOBAL.ASAX” file ? It allows to executing ASP.NET application level events and setting application-level variables. 2007-10-24, 5824👍, 0💬
What is a valid XML
What is a valid XML? If XML is confirming to DTD rules then it’s a valid XML. 2007-10-31, 5804👍, 0💬
Popular Posts:
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...