Prep Session 😎
Yesterday was a solid learning day, that ran well into the early hours of this morning, and I'm just setting up for the first coding session of the day and found this latest awesome release from Chill Music Lab for us to enjoy while I update on the progress so far regarding data handling 🙂

SQL & Class Library
The reason why I wanted to take my time with working out the SQL objects yesterday is that they are quite different from the methods used for the desktop and mobile versions. The important differences include the building of the database and tables through the C# coding rather than in the SQL server itself, and the use of additional files to link everything together.
This is because the MOOVPAD Web App will run on pretty much every platform, and so there's no guarantee that the MS SQL foundation classes will run natively on a particular user's device or platform. That's the reason for this alternative approach in Blazor WASM apps.
Fortunately, I now have it working and a much better understanding of the concept moving forward 🙂
Stay awesome,
EMH
