c# - Upload a .net application online? -


i'm project on financial data visualization. nothing advanced really, user input manipulated , visualized output charts , numbers. thing though, though plan have .net desktop application begin idea later transform web based application. , since i've got no experience whatsoever question simply: can 1 write desktop application in c# .net , later "upload" or "convert" web based interface without work?

i've heard of asp.net seems pretty used framework web applications, cannot find converting desktop application asp.net application.

thanks in advance!

if divide application parts should - e.g. business logic, data access layer etc (into different dlls preferably), need create new ui, isn't bad creating app scratch...

there confusion in definitions. (and seems of guys posted answers here) have misunderstood technology.

you can't compare asp.net c#, because 1 web framework, other programming language. asp.net can , use c# (or vb.net or other .net language). asp.net can divided mvc , webforms. if want compare something, should compare windows frameworks wpf , winforms.

that said, if 2 apps have same functionality, logic , c# stays same. thing changes framework that's used ui. that's why i'm talking dividing app subprojects, can reuse needed.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -