kak_mca wrote: |
One interviewer has asked me the following question How the execution differs from windows application to web application? Means, How windows forms will be executed? How web forms will be executed? and, what is the difference in execution between them? |
|
I am no programming guru but i would have say web apps run on servers and require a browser to render the HTML while winforms run on the client machine
winforms are rich and easier to design and manage than Webforms
winforms are faster than webforms
I am sure there are alot of other differences between them, view the .net framework documentation for more info