Bharathi Level: Scholar
 Registered: 11-04-2005 Posts: 31
|
Re: Convert a VB.Net app to a web app?
Hi,
You will always choose between these two types of applications when building solutions.
Advantages of windows forms
Windows Forms applications require a responsive interface.
Speed of data transmission over a local network is much faster than typical internet connection.
Advantages of web forms
The advantages for a web application is distribution.
|