Migration from PHP to ASP.NET
can somebody tell me how to convert php code to asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ankur JainPosted Aug 5, 2014, 12:15 AM
you may consider following link...please don't forget to mark it answer if it solve your problem...
http://www.asp.net/downloads/archived-v11/migration-assistants/php-to-aspnet/overview
http://msdn.microsoft.com/en-us/library/aa479002.aspx
http://www.codeproject.com/Questions/355226/convert-php-code-in-asp-net
Jiteendra SampathiraoPosted Jul 12, 2011, 5:02 AM
Design the UI:
php use html controls where as in asp.Net asp controls....
Code-Behind:
It use php code with Javascript.where as in asp.net vb or C# with javascript,vbscript etc...
So you must know asp.net basics...
I think converters are not available to convert the code...