Re: Winforms or Webforms
From: Johnny Holland (johnnyholland_at_hotmail.com)
Date: 06/04/04
- Next message: AlexS: "Re: Multi-threading causes problems"
- Previous message: Jay B. Harlow [MVP - Outlook]: "Re: What do People do to avoid Tight Coupling?"
- In reply to: Cor Ligthert: "Re: Winforms or Webforms"
- Messages sorted by: [ date ] [ thread ]
Date: 4 Jun 2004 06:54:17 -0700
"Cor Ligthert" <notfirstname@planet.nl> wrote in message news:<O5QTmngSEHA.3844@TK2MSFTNGP11.phx.gbl>...
> Hi Richard,
>
> You can choose when you are developping for only your own persons from your
> own organisation(or the one which you give rights) to connect otherwise it
> is aspnet. I assume it is possible to choose because now you use Access.
>
> Some (my) facts to choose
> - Serverside admin only: Webform
> - Easier to make more to the point programs: Winform
> - Easier to give users different rights: Winform
> - Much prettier for the users: Winform
> - Easier and for the user prettier validity checking: Winform
> - Easier to make when needed reachable from any part of the world:
> WebForms (can as well with Winforms and webservices)
>
> Some thoughts,
>
> Cor
Pros of using web forms
1. Easy to distribute. When the server is updated, the next time users
log on they will have access to those changes
2. Can be viewed from anywhere the user has access to a browser
Cons of using web forms
1. The richness of the available controls is limited
2. Slower
4. Security has to be very tight
5. A lot more code needed as all the form contents need to be
repeatedly cached
6. If Internet connection goes down then user will not have access to
records
Pros of using Windows forms
1. Much richer user interface with sliding panes, explorer views etc.
2. Pop-up forms available
4. Security is not as huge a problem
Cons of using windows forms
1. Distribution becomes a problem.
2. Third party controls must be installed on the machine where the app
is run
3. Need to clearly define the Minimum PC requirement for the client to
run.
- Next message: AlexS: "Re: Multi-threading causes problems"
- Previous message: Jay B. Harlow [MVP - Outlook]: "Re: What do People do to avoid Tight Coupling?"
- In reply to: Cor Ligthert: "Re: Winforms or Webforms"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|