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

Microsoft Samurai: Introduction to ASP.Net MVC

By Erik Ralston

Microsoft Samurai: Introduction to ASP.Net MVC

A gentle introduction to ASP.Net MVC, an open source framework for building modern web apps on Microsoft platforms

  • 812