ASP.NET MVC - AtanuMandal/.net-check-list GitHub Wiki

General

  • Advantages of MVC
  • MVC application life cycle

Routing

  • routing - segments
  • Attribute Routing
  • Route Constraint

View

  • What is viewstart
  • Partial views
  • View components (ASP.NET core only)
  • View Engines - razor vs aspx
  • HTML Helper

Controller

  • Different Return Types of a controller action method?
  • Filters in MVC? Action Filter, Authorization Filter, Result Filter, Exception Filter.Output caching in WebAPI/MVC?
  • base class

Misc

  • Temp data, Viewdata, ViewBag
  • Data Annotation
  • section