Microsoft Samurai

Introduction to ASP.Net MVC

By @ErikRalston

Microsoft
Samurai?

Peer Mentorship

Microsoft Technologies

Coordinated by Fuse

Model
View
Controller

Model

Entity Framework + POCO!

View

CSHTML View Template

Compiled into a C# Class, Instanced Once Per ViewResult

Controller

C# Class Inheriting from System.Web.Mvc.Controller

Methods are "Actions" on the controller

One Instance Per Request

Made with Slides.com