C# code from desktop to the web -


if develop desktop app using c#, , later want turn webapp don't want use asp.net, options?

i did bit of searching , looks there doesn't appear solution integrate c# code scripting language other running web service , making soap calls.

any other ideas?

why make things difficult yourself? best thing put of code assembly, , use winforms app display purposes. then, later, can reimplement display logic in asp.net.

so, guess answer no.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -