Awesome !!!
Learning a lot here: got it to work and exactly what i wanted.
Small question: How can i 'push/post' new data with the api/json tool Postman?
Including the collection (cars->parts)
If i need to do it manually: How do i set this up?
BTW: when adding a MSSQL database it works for me only when the first letter of the name is a capital. Otherwise the resulting model has issues with the namespace.
Thanks for the feedback. The app is a small Xamarin.Forms app which i want to use to update the db-info. But i like to test/try the get/patch api calls with Postman.
So sub-properties/collections are not supported. Maybe i can go for another approach? Feed it in a different way? What could be my options to still update the whole tree of car->parts.
Only 1 car and its parts and its sub-parts is what needs to get synced back and forth (get/patch).
The namespace error: Blazor --> try to add a new MSSQL database and use a lowercase value for the Name field