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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -