- dotnet run
- dotnet build
- dotnet watch run
- dotnet add package Microsoft.EntityFrameworkCore.SqlServer
- dotnet ef migrations add InitialModel
- dotnet ef database update
GET https://localhost:5001/api/vehicles GET https://localhost:5001/api/vehicles?page=2
bugs:
todo
- rename public static class IQueryableExtensions to QueryableExtensions
- add styles to pagination control
- Add Stylecop to project
- Replace confirm("Are you sure?") with Angular confirm dialog
- Delete Counter and FetchData