Using ASP.NET Core Web API and NoSQL Databases
This course will teach you how to implement a REST API using C# and ASP.NET using MongoDB for the backend database.
What you'll learn
RESTful Web APIs are an ideal solution to many of todays distrubution and data efficiency needs within browser applications. In this course, Using ASP.NET Core Web API and NoSQL Databases, you’ll learn to how to implement a REST API using C# and ASP.NET using MongoDB for the backend database. First, you’ll explore how to store and retrieve data from a NoSQL database. Next, you’ll discover the details of how to implement a REST API using C# and ASP.NET. Finally, you’ll learn how to integrate a web page with the API. When you’re finished with this course, you’ll have the skills and knowledge of the different moving parts needed to design and implement a REST API using ASP.NET and a NoSQL database.
Table of contents
- Overview 2m
- Registering the Database in the ASP.NET IoC Container 3m
- Defining the API methods 3m
- Refactoring the Data Layer 3m
- Verbs and Routes 4m
- Implementing the Methods 6m
- Securing the API 5m
- Basic Authentication Implementation 5m
- Swagger Documentation Configuration 7m
- Swagger Documentation 4m
- Testing with Postman 3m
- Summary 1m