Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should All my Applications be Web Based
Message
From
31/10/2005 11:44:19
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
28/10/2005 10:33:36
Sammy Derban
Ghana Telecom
Accra, Ghana
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB.NET 1.1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01062962
Message ID:
01063657
Views:
9
>Hello all,
>I've finally to move from VFP to VB.NET.
>I want to know if i have to concentrate on developing all my application as web based.
>My reason is, Web based Applications are gaining a lot of popularity and the benefits are obvious, but can and should all applications be better of as Web applications.
>IOTW When should my applications be Web based. What are the considerations, now and the future.
>TIA

Sammy,

I would encourage you to develop some web applications before WinForms applications. The reason is that things are definitely more complicated when designing for the web. It will take a little longer for you to develop an application with ASP.NET, but it forces you into a two- or three-tiered model and mindset. This will be invaluable down the road, because you will be in a position to design systems that can have either a WinForms or WebForms interface (or both!).

In VFP, everything is done on the client. .NET can do it the same way, but it really shines in multi-tiered systems. I'd guess that 85% of the .NET Framework is geared specifically towards multi-tiered architectures and efficiently passing data between the layers.
Previous
Reply
Map
View

Click here to load this message in the networking platform