Full Stack Web Development

T05 Getting Started with ASP.NET Core 2.0 Razor Pages

04/23/2019

9:30am - 10:45am

Level: Introductory

Walt Ritscher

Senior Staff Instructor

LinkedIn Learning / Lynda

This session explores how the Pages framework operates and how it fits into the standard ASP.NET Core MVC infrastructure. I'll look at scenarios where Razor pages are a good choice and discuss when it’s best stick with MVC. You'll see how all your favorite concepts (like model binding, validation, filters, routing and action results) work in this new system. And you'll see how Razor pages simplify many common tasks when building basic Web pages.

You will learn:

  • How Razor Pages fit into the ASP.NET MVC Core framework
  • How handlers work in Razor code
  • About controllerless MVC