Improving .NET Core MVC Apps Using Extension Points

Go to class
Write Review

Free Online Course: Improving .NET Core MVC Apps Using Extension Points provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Improving .NET Core MVC Apps Using Extension Points is taught by Alex Wolf.

Overview
  • .NET Core is a new platform that brings even greater extensibility to the already flexible MVC framework. This course will explore how to leverage those extension points, and customize components of MVC to meet the evolving needs of your projects.

    As you grow comfortable building MVC apps with .NET Core, you’ll quickly want to go further. Instead of just using MVC, you’ll want to control and customize its features and conventions. In this course, Improving .NET Core MVC Apps Using Extension Points, you'll learn how to adapt the framework to your project requirements, rather than limiting your vision to work within its default constraints. First, you'll learn how to extend or build custom versions of components like Tag Helpers, View Components, Filters, and more. Next, you'll explore customizing how incoming data is handled, and how outgoing response data is generated. Finally, you'll discover how to modify the internal behaviors of MVC by customizing Action Method Selection, the Application Model, and the Middleware pipeline. By the end of this course, you’ll know how to extend or adapt MVC to the needs of your project, and take your skills to the next level.

    Topics:

    • Course Overview
    • Getting the Most Out of MVC
    • Improving Views and Layouts
    • Controlling Application Flow with Filters
    • Enhancing Data Binding and Validation
    • Customizing Application Responses
    • Influencing the Action Method Selection Process
    • Changing MVC Conventions Using the App Model
    • Customizing the Middleware Pipeline