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 type of code (server or client) is found in a Code-Behind class?
What type of code (server or client) is found in a Code-Behind class? C# 2014-01-16, 2314👍, 0💬
How will you register COM+ services?
How will you register COM+ services? Through X-Copy Deployment. 2014-11-14, 2249👍, 0💬
Which dll is required to translate XML to SQL in IIS ?
Which dll is required to translate XML to SQL in IIS ? Microsoft.data.sqlxml.dll 2013-12-24, 2247👍, 0💬
How ASP .NET different from ASP?
How ASP .NET different from ASP? Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server. 2013-09-27, 2201👍, 0💬
Popular Posts:
How To Use "IN OUT" Parameter Properly? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and F...
How do you open an SSH connection to a remote box? ????
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...