Home Application-development Introduction to ASP.NET MVC 6 [Video]

Introduction to ASP.NET MVC 6 [Video]

By Mike Perrenoud
videos-svg-icon Video
Subscription
$10 p/m for first 3 months. $15.99 p/m after that. Cancel Anytime!
What do you get with a Packt Subscription?
This book & 7000+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with a Packt Subscription?
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with Video + Subscription?
Download this video in MP4 format, plus a monthly download credit
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with a Packt Subscription?
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with eBook?
Download this book in EPUB and PDF formats
Access this title in our online reader
DRM FREE - Read whenever, wherever and however you want
Online reader with customised display settings for better reading experience
What do you get with video?
Download this video in MP4 format
Access this title in our online reader
DRM FREE - Watch whenever, wherever and however you want
Online reader with customised display settings for better learning experience
What do you get with video?
Stream this video
Access this title in our online reader
DRM FREE - Watch whenever, wherever and however you want
Online reader with customised display settings for better learning experience
What do you get with Audiobook?
Download a zip folder consisting of audio files (in MP3 Format) along with supplementary PDF
What do you get with Exam Trainer?
Flashcards, Mock exams, Exam Tips, Practice Questions
Access these resources with our interactive certification platform
Mobile compatible-Practice whenever, wherever, however you want
BUY NOW $10 p/m for first 3 months. $15.99 p/m after that. Cancel Anytime!
Subscription
What do you get with a Packt Subscription?
This book & 7000+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with a Packt Subscription?
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with Video + Subscription?
Download this video in MP4 format, plus a monthly download credit
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with a Packt Subscription?
This book & 6500+ ebooks & video courses on 1000+ technologies
60+ curated reading lists for various learning paths
50+ new titles added every month on new and emerging tech
Early Access to eBooks as they are being written
Personalised content suggestions
Customised display settings for better reading experience
50+ new titles added every month on new and emerging tech
Playlists, Notes and Bookmarks to easily manage your learning
Mobile App with offline access
What do you get with eBook?
Download this book in EPUB and PDF formats
Access this title in our online reader
DRM FREE - Read whenever, wherever and however you want
Online reader with customised display settings for better reading experience
What do you get with video?
Download this video in MP4 format
Access this title in our online reader
DRM FREE - Watch whenever, wherever and however you want
Online reader with customised display settings for better learning experience
What do you get with video?
Stream this video
Access this title in our online reader
DRM FREE - Watch whenever, wherever and however you want
Online reader with customised display settings for better learning experience
What do you get with Audiobook?
Download a zip folder consisting of audio files (in MP3 Format) along with supplementary PDF
What do you get with Exam Trainer?
Flashcards, Mock exams, Exam Tips, Practice Questions
Access these resources with our interactive certification platform
Mobile compatible-Practice whenever, wherever, however you want
About this video

A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There’s a new built-in dependency framework, and there are Tag Helpers. All this has had a major impact on development.

Introduction to ASP.NET MVC 6 is a concise and fast-paced look into the new built-in features and newly consolidated Web API framework in ASP.NET 5 and MVC 6 that will revolutionize how you build web applications. We’ll build a quintessential task application in this course. It will incorporate more than one view, which covers the new features of both ASP.NET 5, MVC 6, and Entity Framework 7, all while building something familiar.

We’ll start by leveraging the scaffolding framework to build a new clean project, then we’ll break it down so you understand some of the new components as well as the new folder structure. With this foundation in place, you’ll see how to use the built-in dependency injection framework to recover data with the repository pattern. Then we’ll move on to CRUD operations and visually finishing the product offering.

Next, we introduce Tag Helpers to make the Razor views more concise and will look at how they flow into Validation in MVC 6. We’ll then customize the Identity User model and secure this application using the new Identity Framework. We’ll add a secure Web API so we can use different client-side frameworks such as Angular. Finally, we’ll explore the built-in Logging framework in ASP.NET 5 and see how we can leverage it to meet our needs!

When you step away from this course, you’ll feel much more comfortable digging into the new ASP.NET 5 framework and its components in MVC 6 and EF 7 with the rebuilt ASP.NET!

Style and Approach

This course is fast-paced, concise, realistic, and iterative. You will be working on a single aspect of the website through every section and by the end of the course, you will have a fully functional enterprise template.

Publication date:
March 2016
Publisher
Packt
Duration
1 hour 6 minutes
ISBN
9781785286834

About the Author
  • Mike Perrenoud

    Mike Perrenoud is a 15-year veteran enterprise application developer and mentor. He’s deployed code for some of the largest Fortune 500 companies in the United States, including GEICO and NASCAR, and has mentored developers all over the globe. Teaching developers the ins-and-outs of ever-changing frameworks is a passion for him, and comes out in his teaching style. You can find his blog online at http://consultwithmike.us, and he has also written a technical book named UI Router with Mike, which can be found on Amazon.

    Browse publications by this author
Latest Reviews (6 reviews total)
This is not an introduction to MVC by any means. Much of it is focused on other existing resources that are now available to using in an ASP.NET MVC project, rather than learning the basics of MVC 6.
Introduction to ASP.NET MVC 6 [Video]
Unlock this video and the full library FREE for 7 days
Start now