MVC 4.0, Part 01 of 11: Introduction
Interactive

MVC 4.0, Part 01 of 11: Introduction

LearnNow Online
Updated Aug 22, 2018

Course description

There are all kinds of tools available for web developers these days. Even the oldest tools are still relatively young in technology. In the vast landscape of options, how do you choose the best solution?This course will help you to understand the pain of the past and the promise of the future. You will see how the ASP.NET Framework has harnessed the MVC pattern to solve a variety of problems. Then you will see how the ASP.NET Web Forms model is a framework for web application development. Then you will dive into how an MVC application works.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course assumes that you are familiar and experienced with Microsoft’s .NET Framework and ASP.NET development tools. You should be familiar with Web development and understand how HTTP and HTML work to produce Web pages for the user. You should have strong experience with .NET Framework 4.0 or later programming. You should have experience with Visual Studio 2012. Experience with building database applications using these tools will be helpful, although not strictly necessary.


Meet the expert

Phil Ledgerwood

Philip Ledgerwood has been a software developer for fifteen years. He currently works primarily in .NET technologies producing custom software for organizations of all sizes. He has also done extensive training for those same organizations in both technical and business process topics. Philip is a strong advocate of Lean and agile software development and spends most of his time helping companies interested in the value those practices can bring to their development efforts. He does this through a combination of training and working "in the trenches" as a developer on these teams, keeping a hand in the academic side of emerging technology and practices while also directly applying it in real projects to bring real business value.

Video Runtime

83 Minutes

Time to complete

228 Minutes

Course Outline

Introduction

Not So Ancient History (27:11)

  • Introduction (00:24)
  • Not So Ancient History (01:29)
  • HTML (02:36)
  • Demo: HTML Document (03:19)
  • ASP (Active Server Pages) (02:11)
  • Demo: Active Server Page (03:23)
  • ASP.NET Web Forms (03:14)
  • Demo: ASP.NET Web Forms (03:34)
  • Demo: How Web Forms Work (04:00)
  • ASP.NET MVC (00:55)
  • Demo: ASP.NET MVC (01:45)
  • Summary (00:15)

MVC and Web Forms (26:28)

  • Introduction (00:21)
  • ASP.NET MVC Clarification (01:41)
  • MVC Architecture (03:00)
  • Demo: MVC Structure (03:29)
  • ASP.NET MVC and Web Forms (03:52)
  • Demo: Web Forms vs ASP.NET MVC (04:04)
  • Demo: MVC Functionality (01:24)
  • Tenets of MVC (03:50)
  • Web Forms or MVC? (04:29)
  • Summary (00:12)

MVC Applications (30:17)

  • Introduction (00:16)
  • Getting to Know an MVC App (02:40)
  • MVC Project Template (03:05)
  • Demo: Starting a MVC Project (02:38)
  • Exploring Sample Application (00:17)
  • Project Structure (01:43)
  • Demo: MVC Project Folders (02:06)
  • Application Web Addresses (01:16)
  • Demo: MVC Web Addresses (02:10)
  • Controllers and Action Methods (02:02)
  • Demo: Controllers (01:54)
  • Demo: Action Methods (01:04)
  • Views (01:55)
  • Demo: Views (02:07)
  • Models (00:52)
  • Demo: Models (00:47)
  • Supporting Testability (01:09)
  • Demo: Unit Test (01:51)
  • Summary (00:15)
;