FREELessons: 22Length: 5.5 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

Welcome to Building a CMS With ASP.NET MVC5. In the next few hours, you'll learn how to write an application with C# and the ASP.NET MVC framework. We’ll keep the example application quite simple, so that even if you’re just getting started with the framework, you’ll be able to follow along and learn a lot from this course.

1.1 Introduction

Hi, my name is Jeremy McPeak and welcome to this tuts+ course where we are going to build a simple CMS using ASP.NET's MVC5. Now I want to stress the word simple. We are not going to build a complex system here. The goal of this course is to show you how you can write an application using the features of ASP.NET MVC5. This means that we are not going to build a masterpiece of object or [INAUDIBLE] design. We will be covering some design patterns like repositories and service layers and some other things like that, but for the most part, our goal here is to get the job done. Now to get the most out of this course, you will need a basic understanding of the C# programming language, and it would also help if you have a basic understanding of ASP.NET and the MVC framework. However, if you are brand spanking new to the MVC framework, don't worry. You're gonna pick it up. So if you're ready, queue up the next video and we'll get started.

Back to the top