Implementing and Securing an API with ASP.NET Core

Pluralsight
Course Summary
Building an API with ASP.NET Core is an obvious choice for solutions that require cross-platform hosting, micro-service architecture, or just broad scale. This course will show you how to do just that.
-
+
Course Description
Whether you're building a website, integrating with a SPA framework or even integrating with a mobile app, you need to build a smart and secure API. Building an API with ASP.NET Core is an obvious choice for solutions that require cross-platform hosting, micro-service architecture, or just broad scale. In this course, Implementing and Securing an API with ASP.NET Core, you are going build an entire web application, from start to finish. You'll start with a complete blank slate and end up with a small, but fully functional web application. First, you're going to learn why ASP.NET Core is a better way to build web applications, and how to create web pages with ASP.NET MVC. Next, you'll learn about building APIs with ASP.NET MVC, as well as how to secure your pages and APIs with ASP.NET Identity. Finally, you'll wrap up the course learning how to use AngularJS for client-side development. By the end of this course, you'll you'll feel confidence in knowing how to build your own applications with ASP.NET Core.
-
+
Course Syllabus
Course Overview- 1m 15s
—Course Overview 1m 15sGetting Started- 31m 3s
—Introduction 4m 4s
—What Is HTTP? 4m 2s
—What Is REST? 6m 20s
—Where Are You Going? 3m 10s
—Demo: Starting the Project 2m 45s
—Demo: Using Postman 2m 55s
—Demo: What's in the Project? 6m 32s
—What You've Learned 1m 11sReading Data- 46m 20sModifying Data via an API- 37m 22sEntities and Models- 49m 54sAssociations in APIs- 42m 47sFunctional APIs- 9m 15sSecuring APIs- 1h 2mToken Authentication- 28m 21sVersioning Your API- 27m 39sREST Constraints- 32m 27s