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