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 to add and remove an assembly from GAC?
.NET INTERVIEW QUESTIONS - How to add and remove an assembly from GAC?
✍: Guest
2010-03-23, 4530👍, 0💬
Popular Posts:
What will the following piece of code do? int f(unsigned int x) { int i; for (i=0; x!=0; x>&a...
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...