Intro to WebAPI - One of the most powerful project types in C#

Newsletter signup (with exclusive discounts): (your email will be kept safe and you will not be spammed). Learn about WebAPI, a powerful project type that allows C# to communicate with almost any programming language. You can even allow machine to machine communication. So whether you are going to build a mobile app for IOS or Android, a desktop app using WPF, Java, or others, or you are going to build a web application, WebAPI is there to support you. In this video, I will give you the overview of what WebAPI is, how to set it up, how to connect to it for testing, and then some tips and tricks as well before I show you how to deploy it. 0:00 - Intro 2:23 - Creating ASP .NET Framework app with MVC and Web API 11:27 - Demo app walkthrough 17:30 - API controller 19:46 - API GET 21:40 - API test tool: Postman 26:20 - API configuration: Routes 28:36 - Creating API controller 34:52 - API GET 39:22 - Note on Data Access and User Interfaces 41:29 - API POST 44:57 - Debugging POST
Back to Top