Hi,
could someone give me some hints about where to find information (internet links, books) about how to realize an easy application, containing the most common CRUD operations, eg. using ".net core 2" on the server and eg. razor forms as UI.
What you need is:
1. Read and display an entity on the form.
2. Read and display master and child entities on the form.
3. The above (1. and 2.) containing a n:1 entity as a field (dropdown-list in Create/Update form).
4. Create/Update entity of the above (1. and 2.) on a new form.
5. Delete entity.
These situations could be the base for an extended template(s), offering a base solution for both the server and the UI.
Regards Roger.