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:
What is file extension of Webservices ?
.NET INTERVIEW QUESTIONS - What is file extension of Webservices ? The extension for Webservices is .ASMX. 2009-10-13, 4599👍, 0💬
Can we force garbage collector to run
Can we force garbage collector to run ? System.GC.Collect() forces garbage collector to run. This is not recommended but can be used if situations arises. 2007-10-22, 4598👍, 0💬
dot net qstn
How would ASP and ASP.NET apps run at the same time on the same server? 2010-07-29, 4550👍, 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, 4483👍, 0💬
Popular Posts:
How To Run Stored Procedures in Debug Mode? - Oracle DBA FAQ - Introduction to Oracle SQL Developer ...
How do you pass control from one JSP page to another? Use the following ways to pass control of a re...
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...
What is V model in testing? V model map’s the type of test to the stage of development in a project....