I'm new to C#, although I have a lot of experience in C++, Python, PHP etc.
I have the need to create a simple windows application that presents a very basic web interface to the user, pulling data from a local sqlite database. People have suggested using Blazor Server, however I've spent three days going through dozens of tutorial from both Microsoft and others and have ended up giving up on each and every one, usually because of what seems to be significant version differences in the tutorial and the currently available.
I've found a few downloadable example projects, however these all contain huge numbers of files and code to do something as simple as present a basic todo list, and trying to work out what the thing is doing without documentation is extremely difficult.
I'm hoping someone here can recommend some basic tutorials that are up to date with the current releases and show how to get a basic CRUD example up.
Please and thank you!
I have the need to create a simple windows application that presents a very basic web interface to the user, pulling data from a local sqlite database. People have suggested using Blazor Server, however I've spent three days going through dozens of tutorial from both Microsoft and others and have ended up giving up on each and every one, usually because of what seems to be significant version differences in the tutorial and the currently available.
I've found a few downloadable example projects, however these all contain huge numbers of files and code to do something as simple as present a basic todo list, and trying to work out what the thing is doing without documentation is extremely difficult.
I'm hoping someone here can recommend some basic tutorials that are up to date with the current releases and show how to get a basic CRUD example up.
Please and thank you!