C# desktop trading app into java,php or which 1?

hello everybody
i have a very ignorant question but here it goes:

i have a trading GUI desktop application written/developed in C# and now i want to develop a browser/internet version.....

which language should i use:
java
php
html
etc
etc???

thanks for the info

also potentially looking for a programmer to do this conversion
 
Quote from chicago1234:

hello everybody
i have a very ignorant question but here it goes:

i have a trading GUI desktop application written/developed in C# and now i want to develop a browser/internet version.....

which language should i use:
java
php
html
etc
etc???

thanks for the info

also potentially looking for a programmer to do this conversion

Why learn another langauge and not use the excellent C# functionality, i.e. ASP.NET MVC?

Not that you will be able to avoid javascript and html, you know.

But there is no reason to not write the backend in C#, given you already have a ton of code for exactly that. I would rather search for a reason NOT to do it - and start assuming I am smart enough to take advantage of the reduced technology stack that .NET offers me, i.e. the ability to do all levels in one langauge.
 
Back
Top