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 does a socket consists of
What does a socket consists of? The combination of an IP address and a port number is called a socket. 2007-11-11, 6597👍, 0💬
What is multiprogramming
What is multiprogramming? Multiprogramming is a rapid switching of the CPU back and forth between processes. 2007-11-11, 6201👍, 0💬
Which are the various programming approaches for WCF
Which are the various programming approaches for WCF? 2007-11-04, 9985👍, 0💬
What are the major differences between services and Web services
What are the major differences between services and Web services? 2007-11-04, 5984👍, 0💬
what is a service class
what is a service class? 2007-11-04, 5225👍, 0💬
Can you explain how End points, Contract, Address and Bindings are done in WCF
Can you explain how End points, Contract, Address and Bindings are done in WCF? 2007-11-04, 6022👍, 0💬
Popular Posts:
What Are Data Pump Export and Import Modes? - Oracle DBA FAQ - Loading and Exporting Data Data pump ...
What is the difference between "printf(...)" and "sprintf(...)"? sprintf(...) writes data to the cha...
What is Service Oriented architecture? “Services” are components which expose well defined interface...
Which is the best place to store ConnectionString in Dot Net Projects? I am about to deploy my first...
Can you have virtual functions in Java? Yes, all functions in Java are virtual by default. This is a...