How to convert Php source code to Asp.net code

匿名 (未验证) 提交于 2019-12-03 02:03:01

问题:

I am developing an application on mybloglog. I got the source code in php.I dont have any idea about php. Thats why I want to convert Php source code to Asp.net code. Any Help Please

回答1:

Hope this helps

PHP to ASP.NET 1.x Migration Assistant

The PHP to ASP.NET Migration Assistant is designed to help you convert PHP pages and applications to ASP.NET. It does not make the conversion process completely automatic, but it will speed up your project by automating some of the steps required for migration.



回答2:

Sorry but you'll have to rewrite this code.

PHP is a dynamically-typed, interpreted language. C# (and any other language that runs on the CLR) is statically-typed and compiled.

If you are a web developer I recommend porting the site yourself. You should learn about PHP and how it differs from .NET.

They are two completely different paradigms in web development - knowing both will only make you stronger.



回答3:

Sorry, can't be done.



回答4:

Hire a ASP.net developer who knows PHP as well



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!