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:
Which two properties are on every validation control?
Which two properties are on every validation control? ControlToValidate & ErrorMessage properties 2014-02-03, 1806👍, 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, 1804👍, 0💬
On order to get assembly info which namespace we should import?
On order to get assembly info which namespace we should import? System.Reflection Namespace 2014-09-08, 1802👍, 0💬
True or False: A Web service can only be written in .NET.?
True or False: A Web service can only be written in .NET.? False. 2014-02-05, 1796👍, 0💬
Popular Posts:
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...