Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WPF - Is it as dying as it looks to be?
Message
De
08/05/2018 06:50:23
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
Information générale
Forum:
C#
Catégorie:
Autre
Divers
Thread ID:
01659772
Message ID:
01659826
Vues:
56
>If you go WPF, make sure you build the data access and business code as webservices, so you can re-use those whenever you add or move to web based UI. The idea is that the WPF UI calls the same services for business logic as the web app would do (or any other UI you would develop in the future).
>

I also think the reusing idea is underutilized today ;-)
Danger of (too simple) REST approaches is that they shift the app to the chatty side, which on Marshalling can be detrimental, but across HTTP crippling if many hops are needed/asked for. Typical pattern to combat that leads to specific REST points for data sets/queries and ballooning interfaces. GraphQL not mainstream enough probably, but the idea to query remote services not too often smells better to me
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform