Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i had done my project in php, now i want to convert my project in .net.Is it possible in .net,is any tools is available
Posted
Updated 29-Mar-12 2:06am
v2

Everything you did in PHP is possible in .net (ASP.NET to be precise). but there is no straight away conversion possible. you might have to rework on it.
 
Share this answer
 
Comments
Member 12086957 21-Aug-16 2:33am    
Hi,

exact topic has been posted a few days ago.
Please read my and SAKryukov answers, wondering why this solutions not mentioned here.

convert php code in asp.net[^]

With Best Regards
 
Share this answer
 
For converting your project from PHP to ASP.NET there is no any automated tool. Best way is to do it manually or if you can afford hire migration assistant(freelancer) for such kind of activity.


Hope this help!
 
Share this answer
 
Well, you want to convert an apple into an elephant, as PHP is a language, .NET is a managed runtime. But good for you, as there is a way to keep PHP and to get advantage of the managed .NET environment at the same time: to compile PHP code to MS IL.
Look here: http://www.php-compiler.net/[^] (https://visualstudiogallery.msdn.microsoft.com/419916fb-ec89-4f18-ba97-75cf66037797[^])




Yes, I know that this is not what you have expected, still this is the direct answer to your question. And I know that this is an ages old question, but might be interesting to some.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900