We try to realize a web-based UI using blazor. To make the first steps, we are trying to do the following:
- Design a basic frontend
- Create button for connection with a (local) mySQL database
- Draw heatmap of stored positions (data visualization/picturebox)
Can blazor handle the Windows Forms PictureBox class? Or how do you show images which are generated by an internal function using blazor?
Thank you!