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
Made with Slides.com