- Log to a file, database, etc.
- Deploying in a Docker container (try AWS Container Service)
- Set up a reverse proxy with Nginx for forwarding to the ASP.NET Core app with this article, Deploy to a Linux production environment
- Authentication and Authorization
- Custom middleware
- ASP.NET Core Docs are great!
- Docker image of ASP.NET Core development environment
- ASP.NET Core Workshop with other sections
- Getting Started with ASP.NET Core and Docker on OS X
- Talks from dotnetConf 2016
- Sample ASP.NET Core, Angular 2 app
- Deep dive into ASP.NET Core
- Deep dive on building an ASP.NET Core site