Simple .NetCore razor page with master/detail grids and JSON queries and bootstrap modal page. Index.cshtml Modal.cshtml Site.js Site.css
Here is a basic sample code
For this sample you need json calls for master and detail. still good example for calling data. Don’t forget adding…
When you deal with WebApi you need helper to test your functions. Also you need to document them. Swagger does…
I added basic Json data call /parse function to my library works in .NetCore Razor page. Simple / usefull.