What you'll learn
In this project we’ll take an existing conference application written in ASP.NET Core and use various forms of validation to help secure the application against invalid/dangerous input.
Table of contents
- 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.
- In this module you'll setup basic validation rules, as well as client side and back end validation. In addition to this you'll take measures to prevent common attacks such as cross site forgery attacks and overposting attacks.
Course FAQ
This course is great for ASP.NET Core developers looking to improve the security of their apps.
After setting up your local environment, you will start creating validation rules, client side and back end validation, and preventative measures against cross-site forgery and overposing attacks.
For this intermediate-level project, you will need to have a firm foundation with C# and ASP.NET Core.
For this particular project, we will be using Visual Studio.