# 11.3: References and Resources

## References

Secure your ASP.NET Core 2.0 API - Jon Hilton

[Part 1](https://jonhilton.net/2017/10/11/secure-your-asp.net-core-2.0-api-part-1---issuing-a-jwt/)

[Part 2](https://jonhilton.net/security/apis/secure-your-asp.net-core-2.0-api-part-2---jwt-bearer-authentication/)

ASP.NET Core 2.0 + Angular 2/4 - User Registration and Login Tutorial & Example - Point Blank Development

[Particularly for salting/hashing password](https://www.pointblankdevelopment.com.au/blog/113/aspnet-core-20-angular-24-user-registration-and-login-tutorial-example)

Deeper Dive into EF Core - Dustin Horne

[Demonstrates how to run migrations in a n-tier application with EF Core.](https://www.dustinhorne.com/post/2017/10/27/deeper-dive-into-ef-core-2-part-1)

Paging in ASP.NET Core 2.0 Web API - Tahir Naushad

[Code Project](https://www.codeproject.com/Articles/1204023/Paging-in-ASP-NET-Core-Web-API)

## Resources

[ngx-bootstrap](https://valor-software.com/ngx-bootstrap/)

[Tool for Converting Bootstrap 3 to 4](http://upgrade-bootstrap.bootply.com/)

[JSON Generator](https://www.json-generator.com/)

[Cloudinary .NET SDK](https://cloudinary.com/documentation/dotnet_integration)

[AlertifyJS](http://alertifyjs.com/)

[ng2-file-upload](https://valor-software.com/ng2-file-upload/)

[Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)

[angular-jwt](https://github.com/auth0/angular-jwt)

[time-ago-pipe](https://www.npmjs.com/package/time-ago-pipe)
