Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Last active November 2, 2016 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-for-coffee/8a63b2a14d43bf5db2891173be1b9d7a to your computer and use it in GitHub Desktop.
Save code-for-coffee/8a63b2a14d43bf5db2891173be1b9d7a to your computer and use it in GitHub Desktop.
ASP.NET MVC Workshop

Outline

  • Follow similar format to C&W
  • Introduction workshop, aimed at jr+ developers, hiring managers, technical trainers
  • 2 hour length

Goals

  • Introduce the MVC design pattern
  • Modify C# code to implement features in an app
  • Identify how data is structured as a model
  • Use controllers to manipulate data from models
  • Use views to render data from a controller
  • Describe how the MVC pattern is implemented in an ASP.NET MVC application

Pre-requisites

  • Windows or Mac laptop
  • Visual Studio 2013 Community (Windows)
  • Xamarin Studio Community (Mac)
  • Installation of .NET (or Mono on Mac OS X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment