User admin app: provides examples of web api (GET, POST, PUT) to manage user adminstration, these web apis are called from https://github.com/bilaldekar/UserAdminAppAngular
change server in config.json file to your sql server name
dotnet ef database update
dotnet ef migrations add InitialDb
- Creation of Web api
- Use DbContext
- Use repository
- Validation with view model class
- Use AutoMapper