I have spent a long time building a desktop WPF application using .NET, and instead of packaging it in CDs I am looking to deploy it on a cloud so that multiple users can use it, and so that it would be easier for me to patch it in one place only. Is this possible? I really don't want change the entire code so that it is for web browsers. Are there any tricks I can use. I know Windows Azure has remote desktop option. Would I be able to use that. Any other options? Thanks.
Windows Presentation Foundation (WPF) is a user interface framework for creating desktop applications. It has become the standard for developing Windows application user interfaces, as it provides the user with the ability to define views using the Extensible Application Markup Language (XAML).
Microsoft has faith in WPF as a UI framework Net Core 3.0. This demonstrates that Microsoft still has faith in WPF as a user interface framework, and the company is still willing to invest in it by updating and integrating it with its new offerings.”
I would definitely recommend looking at ClickOnce, here is a guide on how to publish through the wizard in Visual Studio.
If you wish to host in a cloud service such as Azure, you can do that also with ClickOnce by hosting the bundle in Azure Storage, check out instructions here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With