Web Server

TH05 Getting to the Core of ASP.NET Core Security

03/15/2018

9:30am - 10:45am

Level: Introductory

Adam Tuliper

Principal Software Engineer

Microsoft

ASP.NET Core is an exciting new framework. With any new framework comes concerns about learning new techniques. Is our knowledge applicable to this new technology? Thankfully, many things are the same as the ASP.NET in the .NET Framework, though there are some differences. This session will look at some of the various security options available to allow various means of authentication/authorization. It's essential though to understand some of the security additions developers have available to them via modern specifications that browsers implement. You'll explore some of the more modern techniques to also secure your sites.

You will learn:

  • About security options available for your ASP.NET Core web applications
  • About modern security techniques and when to use them
  • How various authentication options work with ASP.NET Core