To get the most out of this book
Follow along the recipes using the sample Online Banking web application found in this book's GitHub repository. Each recipe has a before
and after
folder. You will begin with each recipe using the before
folder with an initial version of the sample Online Banking web application as a starting point. The after
folder will serve as a reference to validate whether all steps are executed correctly.
All the recipes in this book were tested using Windows. Most of the recipes should also work in Linux and macOS (with ASP.NET Core being a cross-platform web framework) except for recipes that require software and plugins that only run in Windows.
If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.
You may benefit from following the author on Twitter (https://twitter.com/securecodeninja) or adding them as a connection in LinkedIn (https://www.linkedin.com/in/romancanlas)
Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/ASP.NET-Core-Secure-Coding-Cookbook. If there's an update to the code, it will be updated on the existing GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!