ASP.NET MVC: Building for Productivity and Maintainability

ASP.NET MVC: Building for Productivity and Maintainability

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 20m | 420 MB

ASP.NET MVC provides great features and functionality out of the box, but there’s more you can do to optimize your code. Learn how to build applications for long-term productivity and maintainability by streamlining your views, controllers, and models, in this deep dive course from Jess Chadwick. Discover how to separate application and business logic, reuse and simplify views, manage dependencies, reduce markup with HTML helpers, and apply patterns to increase productivity and simplify controller logic. Plus, learn how to take advantage of feature folders, which groups all necessary controllers, views, and models for a feature within a single folder, reducing navigation and search time and enabling feature scaling and code reuse.

Topics include:

  • Creating separate projects for application and business logic
  • Customizing routes with attribute routing
  • Reusing views
  • Managing dependencies with dependency injection
  • Simplifying views
  • Reducing and reusing markup with HTML helpers
  • Creating view models to reduce view logic
  • Separating controllers and business logic
  • Simplifying controller logic with the Mediator pattern
  • Reorganizing to feature folders