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:
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, 4677👍, 0💬
dot net qstn
How would ASP and ASP.NET apps run at the same time on the same server? 2010-07-29, 4625👍, 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, 4602👍, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with ...
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
How To Delete a User Account? - Oracle DBA FAQ - Managing Oracle User Accounts, Schema and Privilege...
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...