C
C#11mo ago
Natki🌱

❔ Hi, does anyone have experience with converting a c# desktop application to a web application?

Please help
12 Replies
Pobiega
Pobiega11mo ago
You're likely looking at more or less a full rewrite
Natki🌱
Natki🌱11mo ago
Yes, that’s what I’m looking for
Pobiega
Pobiega11mo ago
Okay, so.. start writing. What kind of desktop app is it? Is there a backend involved currently?
Natki🌱
Natki🌱11mo ago
It’s a full project front end and back end, front end with wpf and dev express and back end in c# entity framework Mvvm
Pobiega
Pobiega11mo ago
Ok, you can probably keep the backend intact (assuming it uses http/s), and I would probably recommend using js/ts for the frontend. You could use blazor, but be aware that its situational and comes with some caveats.
Natki🌱
Natki🌱11mo ago
So I should only make changes on front end?
Pobiega
Pobiega11mo ago
Maybe? Again, assuming your backend already uses https then it should more or less work as is, unless you were doing some funny business
Natki🌱
Natki🌱11mo ago
Tbh, I just started working at a company, and I haven’t worked on that project. Now my task is to convert that entire project to web
Pobiega
Pobiega11mo ago
Gonna be a big project. I hope you are frontend/fullstack and know javascript/typescript and perhaps a framework for it.
Natki🌱
Natki🌱11mo ago
I haven’t worked with JavaScript but I know a bit
Buddy
Buddy11mo ago
Interesting that you want to move away from native to slow as dirt webapps It'll be a big task unless you use a modern framework like MAUI which already has support for web.
Accord
Accord11mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.