ASP.NET Core 2 Razor Playbook
Once you know the basics of Razor, you need a tactical playbook that shows you how to apply what you know to problems and increase your toolset - this course aims to give you that.
What you'll learn
Once you know the basics of Razor, you need a tactical playbook that shows you how to apply what you know to problems and increase your toolset. In this course, ASP.NET Core 2.0 Razor Playbook, you will gain the ability to apply Razor to a wide variety of problems and maintain your code in a testable way. First, you will learn in-depth context-switching syntax. Next, you will discover how to test your Razor content. Finally, you will explore how to refactor your embedded JavaScript for increased security and maintainability. When you’re finished with this course, you will have the skills and knowledge of Razor needed to tackle any problem.
Table of contents
- Version Check 0m
- Razor Pages, and Where They Came From 4m
- Demo: A Simple RazorPage Migration 5m
- Dependency Injection with Razor Pages 2m
- Demo: Creating a Create Page with Scaffolding 6m
- Routing and Passing Parameters to Pages 1m
- Demo: Routing and Passing Parameters to Pages 1m
- AJAX Requests to Razor Pages 1m
- Embracing MVVM 2m
- Summary 0m
- Why Javascript Structure Matters 4m
- Separating Your Markup from JavaScript 1m
- Demo: Separating Your Markup from JavaScript 2m
- Transform and Inject Model Dependencies 1m
- Demo: Transform and Inject Model Dependencies 2m
- Refactor Injection to Markup 0m
- Demo: Refactor Injection to Markup 2m
- Demo: Move Scripts to be External Resources 3m
- Summary 2m
Course FAQ
ASP.NET Core 2.0 is a web framework from Microsoft. It is used to build web apps and services, as well as IoT apps, mobile backends, and general cloud-based applications. ASP NET Core 2.0 is an open source and cross platform framework, so you can build on Windows, Mac, and Linux.