Book Image

Hands-On ASP.NET Core Web API - Build API from Scratch [Video]

By : Praveenkumar Bouna
Book Image

Hands-On ASP.NET Core Web API - Build API from Scratch [Video]

By: Praveenkumar Bouna

Overview of this book

ASP.NET Web API is an ideal platform for building RESTful services and building RESTful applications on .NET Framework. This course explains RESTful Web API request workflow, HTTP status codes, and different parts of a web API request. You will learn to master API Controller concepts that include what are controllers, attributes, and their significance in ASP.NET Web API development. Some of the topics you will learn to include the following: - An overview of web APIs in ASP.NET Core - Web API request workflow - HTTP status codes - Mastering API controller - Building a new RESTful API from scratch - Learn API return types - Understand web API operations This course will provide significant knowledge of implementing API for your next RESTful API-related project. You will be certain to use the building concepts with ease by following a step-by-step approach. You will be confident to instantly apply the ASP.NET Web API tips covered in the course. By the end of the course, you will know how to create a web API project in ASP.NET Core from scratch. All resources and code files are placed here: https://github.com/PacktPublishing/aspnetcore-webapi
Table of Contents (9 chapters)
Free Chapter
1
Introduction
Chapter 4
Implementing Collection APIs
Content Locked
Section 4
STEP 4: Add Data Models to the Project
This video explains how to add data models to the project.