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:
How do you upload a file in ASP.NET
How do you upload a file in ASP.NET ? use System.Web.HttpPostedFile class. 2007-10-24, 5299👍, 0💬
What is COM
What is COM ? Microsoft’s COM is a technology for component software development. It is a binary standard which is language independent. DCOM is a distributed extension of COM. 2007-10-22, 5293👍, 0💬
What is ROOT element in XML
What is ROOT element in XML? In our XML sample given previously <invoice></invoi ce>tag is the root element. Root element is the top most elements for a XML. 2007-10-31, 5272👍, 0💬
What the way to stop a long running thread
What the way to stop a long running thread ? Thread.Abort() stops the thread execution at that moment itself. 2007-10-22, 5265👍, 0💬
How do we create DCOM object in VB6
How do we create DCOM object in VB6 Using the CreateObject method you can create a DCOM object. You have to put the server name in the registry. 2009-03-06, 5253👍, 0💬
what is a service class
what is a service class? 2007-11-04, 5252👍, 0💬
Popular Posts:
What CLASSPATH Settings Are Needed to Run JUnit? It doesn't matter if you run your JUnit tests from ...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...
How To Merge Cells in a Column? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you ...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...