When .NET came out, Web Forms and Windows Forms targeted two different scenarios: Web and Desktop
I wonder if now (with Framework 4 and VB 2010) this is still true or not. In other words, if I plan to program a new application, I must have in mind how EVERY form will be used : only desktop, only internet or both, and decide on a case by case basis how it is developped: Windows Forms or Web Forms.
I would like to receive some advice on that.
thanks
Loading
Mahesh ChandPosted Sep 23, 2010, 1:52 PM
However, now there are two more technologies in .NET 4.0 - WPF and Silverlight. WPF can be used for both Windows and Web (Intranet only) applications where Operating System is Windows. For Internet and other operating system, use Silverlight.
In nutshell, desktop - WPF, Web - Silverlight.