Add Angular to MVC Applications

Pluralsight
Course Summary
Would you like to speed up your MVC or web form application? This course will show you how to add, or even replace, pages in an MVC application without affecting the rest of your application.
-
+
Course Description
Your boss wants you to add some new functionality to your large MVC application. You want to learn Angular and your boss is okay with you using Angular, as long as you don't have to rewrite your existing application. You know you can just keep all your old MVC pages in place, but add new pages in Angular. In this course, Add Angular to MVC Applications, you'll learn how to add, or even replace pages in an MVC application without affecting the rest of your application. First, you'll explore how to integrate Angular into your project, and how to replace an MVC page. Next, you'll develop Web API's to serve the data from your back-end data storage and reuse the view models your MVC controllers call. Finally, you'll cover how to handle validation errors both on the client and server-side. By the end of this course, you'll be efficiently using pure HTML calling Web API's through Angular.
-
+
Course Syllabus
Course Overview- 1m 30s
—Course Overview 1m 30sIdentify Reusable Code in Your MVC App for Use in Angular Concepts- 14m 17s
—Module Introduction 1m 47s
—Why Move to Angular? 1m 7s
—What Is Covered in This Course? 1m 47s
—Presenting the MVC Application 1m 53s
—Touring the MVC Application 7m 13s
—Module Summary 0m 26sIntegrate Angular into Your Existing MVC Application- 22m 41sReuse Your Data Access and View Model to Build an HTML Table- 27m 38sCreate Search Functionality and Build Drop Down Lists- 24m 6sAdding Data and Server-side Validation- 28m 14sUpdate and Delete with Angular- 18m 49sDon't Forget Client-side Validation of Data- 29m 7s