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:
How many classes can a single.NET DLL contain?
How many classes can a single.NET DLL contain? Answer1: As many Answer2: One or more 2014-09-04, 1781👍, 0💬
Can any object be stored in a Viewstate?
Can any object be stored in a Viewstate? An object that either is serializable or has a TypeConverter defined for it can be persisted in ViewState 2014-01-02, 1749👍, 0💬
What exactly is being serialized when you perform serialization?
What exactly is being serialized when you perform serialization? The object’s state (values) 2013-12-26, 1745👍, 0💬
Popular Posts:
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
What CLASSPATH Settings Are Needed to Run JUnit? It doesn't matter if you run your JUnit tests from ...
What does XmlValidatingReader class do? XmlTextReader class does not validate the contents of an XML...
What is difference between SITP and UTP in testing ? UTP (Unit Test Plan) are done at smallest unit ...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...