Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

ASP.NET Core: Razor Pages

Posted By: Landau17
ASP.NET Core: Razor Pages

ASP.NET Core: Razor Pages
MP4 | Video: 720p | Duration: 2:08:44 | English | Subtitles: VTT | 360.1 MB



Razor Pages is an exciting new product released with ASP.NET Core 2, which makes building webpages without an MVC framework quick and easy. You can use it alone or in combination with ASP.NET MVC. In this course with Microsoft MVP Jess Chadwick, learn how to create a Razor Pages application, use the page model, manage dependencies, and secure your app. Jess helps you get your first dynamically rendered page up and running with Razor Pages. He demonstrates the use of layouts and classes to optimize pages for maintainability, and shows how to create simple HTML forms, validate and process user input, and lock down sections of your app for maximum security.

Topics include:
  • Creating a new application
  • Setting up pages
  • Rendering dynamic content
  • Reusing markup with layouts
  • Increasing the maintainability of pages
  • Processing data
  • Validating input
  • Securing an application