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 namespaces?
What is namespaces? It is a logical group of related classes and interfaces and that can be used byany language targeting the .net framework. 2013-12-06, 1925👍, 0💬
What is assembly?
What is assembly? It is a single deployable unit that contains all the information abt the implimentation of classes , stuctures and interfaces 2013-12-05, 1969👍, 0💬
Popular Posts:
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
What is Shell scripting A shell script is a script written for the shell, or command line interprete...
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...