AndrewAung11 / Pomodoro-Clock

It is a Pomodoro clock written in C# using WinForms.
MIT License
3 stars 2 forks source link

Consider using WPF and blazor #1

Closed musictopia2 closed 1 year ago

musictopia2 commented 2 years ago

Would you consider using WPF and blazor. Its very easy to create a webui in blazor. Can either do in wpf or if you want, the webui can be even in windows forms using the new blazorwebviewcontrol.

AndrewAung11 commented 2 years ago

I have heard that WPF and blazor are easy but I am afraid I am not familiar with XAML and I want to challenge myself to use bare C#. Thanks for the suggestion anyway.