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:
Explain differences between framework 1.0 and framework 1.1
Explain differences between framework 1.0 and framework 1.1
✍: Guest
1. Native Support for Developing Mobile Web Applications
2. Unified Programming Model for Smart Client Application Development
3. Enable Code Access Security for ASP.NET Applications
4. Native Support for Communicating with ODBC and Oracle Databases
5. Supports for IPv6
2014-11-07, 1797👍, 0💬
Popular Posts:
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...