V
V
Ventus2021-07-12 18:25:25
JavaScript
Ventus, 2021-07-12 18:25:25

How to rewrite a desktop application from C# to JavaScript?

In my student years, a primitive inventory control application was created. C# (WinForms) + MS SQL Server technologies were used. There was a desire to rewrite the application in JS for the existing database.

In which direction should I dig? What is the best place to start?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-07-12
@Ventus

TypeScript
React - front
net core (NET 5) back
https://developer.microsoft.com/en-us/fluentui#/co...
controls for all occasions
Is it better to start with schema transfer, mysql or postgree?
then write stubs for api
then debug the first screen of the application
Then add logic both to the front and to the back

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question