- 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.Introduction2 lessons, 05:56
1.1Introduction00:57
1.2What You Need04:59
2.Managing Posts3 lessons, 38:13
2.1First Steps07:55
2.2Writing the Views08:26
2.3Adding Functionality by Testing21:52
3.Tag Management2 lessons, 27:29
3.1Editing and Deleting Tags13:40
3.2Creating Tags13:49
4.Storing Data3 lessons, 47:22
4.1Setting Up the Dependencies17:58
4.2Implementing the Post Repository15:23
4.3Writing the Tag Repository14:01
5.Testing Functionality2 lessons, 33:06
5.1Testing the Post Functionality21:56
5.2Testing the Tag Functionality11:10
6.User Management3 lessons, 1:11:48
6.1Editing and Deleting Users25:19
6.2Creating Users21:53
6.3Managing a User's Roles24:36
7.Security and User Authentication2 lessons, 34:17
7.1Logging In and Out16:18
7.2Securing Our Application17:59
8.Enhancing the User Experience2 lessons, 36:38
8.1Incorporating a Menu19:51
8.2Adding JavaScript16:47
9.The Front-End2 lessons, 36:01
9.1Displaying the Published Posts24:37
9.2Paging Posts11:24
10.Conclusion1 lesson, 01:22
10.1Conclusion01:22
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.