An implementation of Master detail scenario in Visual Studio 2022 with DataTables and Select2 components and Identity core.
- Clone the application in your Visual studio 2022 IDE.
- Build it once by clicking Ctrl+Shift+B.
- Open Tools -> Nuget Package Manager -> Package Manager Console
- Run the command -> Update-database -migration initialCreate
- Press Ctrl+F5 to run it in the browser.
Note: For registering a new user you need to route to Register controller manually.