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 IIS? Have you used it?
What is IIS? Have you used it? IIS - Internet Information Server IIS is used to access the ASP.Net web applications Yes, I used in ASP.NET web applications. 2013-12-12, 1887👍, 0💬
What base class do all Web Forms inherit from?
What base class do all Web Forms inherit from? System.Web.UI.Page 2014-01-30, 1883👍, 0💬
What is the base class of .NET?
What is the base class of .NET? Base class provides a base set of methods that all derived classes can use 2013-12-09, 1880👍, 0💬
What’s a Windows process?
What’s a Windows process? It’s an application that’s running and had been allocated memory. 2013-11-07, 1874👍, 0💬
What is OLAP?
What is OLAP? OLAP is an acronym for On Line Analytical Processing. It is an approach to quickly provide the answer to analytical queries that are dimensional in nature. 2014-10-29, 1865👍, 0💬
Popular Posts:
How To Check the Oracle TNS Settings? - Oracle DBA FAQ - ODBC Drivers, DSN Configuration and ASP Con...
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
Write out a function that prints out all the permutations of a string. For example, abc would give y...
How can I implement a variable field width with printf? That is, instead of something like %8d, I wa...