Comment Mono (Score 0) 92
Our project recently switched from PHP4 to Mono ASPX. Its a business management software solution. We made made the change from PHP4 to Mono because ASPX almost demands that you abstract your business logic away from your HTML. All of the business logic goes into a DLL file instead of being embedded in HTML. (This helps if you want to use the same functionality in a different Mono project)