What you'll learn
In this project we’ll take an existing conference application written in ASP.NET Core and implement several simple security measures to help improve application security.
Table of contents
Setup
1h
- Set up your local environment for projects. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
Improve application security through Startup configuration
1h
- Configure the application's Startup class to enable a number of simple but effective security features to help protect the application.