It is important to note that currently no product such as the Zend Accelerator exists for ASP.NET. The binary code that is generated by the CLR is already as optimized as possible; no add-on product is necessary to achieve maximum performance. In other words, ASP.NET is providing for free what PHP users must purchase from Zend.
There are a number of free add-on optimizers as well.
It is important to note that currently no product such as the Zend Accelerator exists for ASP.NET. The binary code that is generated by the CLR is already as optimized as possible; no add-on product is necessary to achieve maximum performance. In other words, ASP.NET is providing for free what PHP users must purchase from Zend.
But with PHP you also get PEAR.
PHP provides database access through a set of built-in functions. These functions and classes must be compiled into your PHP binaries in order for them to be accessible in your PHP scripts
Unless you use a DB Abstraction library like PEAR:DB or ADODB.