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:
Can you prevent a class from overriding
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritable” in VB.NET you can not inherit the class any further. 2007-10-23, 7139👍, 0💬
How can we suppress a finalize method
How can we suppress a finalize method? GC.SuppressFinalize () 2007-10-23, 6808👍, 0💬
What is Indexer
What is Indexer ? An indexer is a member that enables an object to be indexed in the same way as an array. 2007-10-23, 6662👍, 0💬
How can we identify that the Page is PostBack
How can we identify that the Page is PostBack ? Page object has a “IsPostBack” property which can be checked to know that is the page posted back. 2007-10-24, 6536👍, 0💬
Popular Posts:
What Is C Language? The C programming language is a standardized programming language developed in t...
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...
How To Set session.gc_maxlifetime Properly? - PHP Script Tips - Understanding and Using Sessions As ...
How To Assign Debug Privileges to a User? - Oracle DBA FAQ - Introduction to Oracle SQL Developer In...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...