Intro to MVC

Bryson Reynolds 

Model

View

Controller

M

V

C

Core Concepts

 

  • .CSHTML
  • Namespacing
    • Views/DeveloperProfiles/Index
      • DeveloperProfilesController
        • Index Action
  • Routing
    • RouteConfig
    • /mvc/<ControllerName>/<Action>

EVERYTHING in MVC goes through the API to retrieve data

Intro To MVC

By Bryson Reynolds

Intro To MVC

This is a short introduction to our MVC configuration here at uShip

  • 330