====== Tutorials ====== ===== Phalanger core ===== * [[interop-with-other-languages|Interop with other .NET Languages]]: Using existing PHP library from C# code ===== Using .NET classes ===== ==== System:::Drawing ==== Phalanger doesn't currently have reimplementation of the popular //image// extension, so you have to use native extensions if you want to use image functions. If you want better performance and safety, you can use the following functions implemented using classes in .NET: * [[resize-image|Resize image]]: How to resize image from file ==== Other ==== * [[compress-text-file|Compress text file]]: How to compress text file using .NET GZipStream class * [[download-file-from-web|Download file from Web]]: How to download file from the internet using .NET WebClient class * [[download-file-from-web-async|Download file from Web asynchronously]]: Similar to the example above, but the file is downloaded asynchronously and you will be notified using .NET event handler after download completes. ===== Working with Visual Studio ===== * [[debug-php-app|Debugging PHP applications]]: How to debug PHP script in Visual Studio? ===== Configuration & compatibility ===== * [[phalanger-on-xp|Phalanger on Windows XP]]: How to configure IIS 5.1 to run Phalanger applications? * [[phalanger-on-w2003|Phalanger on Windows 2003]]: How to configure IIS 6 to run Phalanger applications? * [[phalanger-on-vista|Phalanger on Windows Vista]]: How to configure IIS 7 to run Phalanger applications?