Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need advice on large project for web development
Message
De
06/09/2017 12:05:30
 
 
À
06/09/2017 09:50:07
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01654043
Message ID:
01654052
Vues:
83
J'aime (1)
>Hi All,
>
>We have a huge VFP application that we want to webify piece by piece, module by module. We prefer to do a total rewrite in web responsive MVC solution with C# and VFP COM where neccesary.
>We have developed a web portal for patients already using this methodology and it works fine. Clients are very enthousiastic.
>
>Even though we have a lot of functionality in there, our programmers hit a brick wall on when things become more complicated.
>For example when a modal dialog is needed, complex grids, or alternatively a process of multiple steps have to be performed and data has to be passed though the process..
>
>As I'm not a Web developer and stayed away from that as I really do not have the time, I need some advice which way to go.
>
>On one side we need to stay productive, but we also are hesitant to jump onto another product that walks the dinosaur soon, or locks you in with expensive subscriptions and might not keep up with technology in the future.
>Using MVC with C# and HTML5 seems very flexible and future proof to me, but when it comes to more complex data entry forms with grids, treeviews, processes with modal dialogs, it seems that we really need to get some 3rd party solutions to make things easier to develop and maintain.
>
>I'm not looking for the cheapest solutions, nor am I for some quick but less future proof solution. I'm looking to for a platform independed solution that is as future proof as possible with a popular technology that does not take very rare / expensive programmers
>to build.
>
>Any advice is welcome,
>
>(And no, we're not opting for VFP web solutions like FoxInCloud, etc)
>
>Walter,

Big topic :=}

My 10c:

Use MVC on the server as little as possible - serve static html and use a framework such as angular for MVC on the client side.
Ideally go for a single page app and use the ASP.NET web api to return data.

There are a lot of javascript libraries out there which make things like modals and grids (tables) on the client easy and sophisticated.

If you want to play then VS2017 has an angular 2 template which will scaffold a startup solution for you.....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform