.NET CORE
Asp.Net Core Web API Tutorial | Asp.Net Core 5 Web API Tutorial
Free .NET CORE course, 107 video lessons by WebGentle.
107 Lesson
7 hr 8 min
0 Enrolled
Certificate: Yes
Intro Course content
107 Lesson · 7 hr 8 min
01
ASP.NET Core Web API - Introduction | ASP.NET Core Web API tutorial
02:04
02
Asp.net core web api? (The problem) | ASP.NET Core Web API Tutorial | WebGentle
02:34
03
Asp.net core web api? (The solution) | ASP.NET Core Web API Tutorial | WebGentle
03:00
04
What is Asp.Net Core Web API | Asp.Net Core Web API Tutorial | WebGentle
02:28
05
What is Rest and Restful API? | What is a REST API? | ASP.NET Core Web API Tutorial
01:26
06
What is HTTP and why we need to know about HTTP? | Asp.Net Core Web API tutorial
02:26
07
HTTP Request and HTTP Response with its components | Asp.Net Core Web API tutorial
01:08
08
HTTP Verbs or HTTP methods | Asp.Net Core Web API tutorial
04:01
09
Status Code and their categories | Asp.Net Core Web API tutorial
02:03
10
frequently used status codes | Asp.Net Core Web API tutorial
03:09
11
http request and response example | Asp.Net Core Web API tutorial
01:46
12
List of all software required for Web API development | Asp.Net Core Web API tutorial
01:48
13
Install the Dot Net Core framework and verify the installation | Asp.Net Core Web API tutorial
05:05
14
Install Visual Studio 2019 and Visual Studio Code | ASP.NET Core Web API Tutorial
03:57
15
Install SQL Server | ASP.NET Core 5.0 Web API tutorial
01:50
16
Install SQL Server Management Studio (SSMS) | ASP.NET Core 5.0 Web API tutorial
01:50
17
Install Postman (Client tool for testing Web APIs) | ASP.NET Core 5.0 Web API Tutorial
00:54
18
Create ASP.NET Core 5.0 Web API Project using CLI | ASP.NET Core 5.0 Web API tutorial
03:08
19
Open Project Files in Visual Studio Code | ASP.NET Core 5.0 Web API tutorial
00:54
20
Build the ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial
00:43
21
Run ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial
01:34
22
Test the default APIs using Swagger, Browser and Postman | ASP.NET Core 5.0 Web API Tutorial
04:25
23
Create, Build and Run the Web API Core project using Visual Studio | Asp.Net Core Web API tutorial
05:03
24
ASP.NET Core Web API Project files | ASP.NET Core 5.0 Web API tutorial
07:06
25
launchSettings.json file in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
03:16
26
csproj (Project file) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
01:22
27
Create a Dot Net Core Console application using Visual Studio | Asp.Net Core Web API tutorial
02:21
28
Update the csproj file | ASP.NET Core 5.0 Web API tutorial
02:59
29
Add a Default Host Builder | ASP.NET Core 5.0 Web API tutorial
03:55
30
Add a Default Web Host Builder | ASP.NET Core 5.0 Web API tutorial
03:56
31
Setup the Startup class (Configure and ConfigureServices method) | ASP.NET Core 5.0 Web API tutorial
02:32
32
Setup the default route to access a resource | ASP.NET Core 5.0 Web API tutorial
03:09
33
Inject Web API services using AddControllers method | ASP.NET Core 5.0 Web API tutorial
02:19
34
Add a new controller in the application | ASP.NET Core 5.0 Web API Tutorial
07:06
35
What is Middleware and HTTP Request Pipeline | Asp.Net Core Web API tutorial
06:00
36
Working with Run(), Map(), Use() and Next() method | ASP.NET Core 5.0 Web API Tutorial
01:41
37
Demo Run() method in Middleware | ASP.NET Core Web API Tutorial
02:09
38
Demo: Use() & Next() method in Middleware | ASP.NET Core 5.0 Web API Tutorial
05:01
39
Demo Map() Method in Middleware | ASP.NET Core 5.0 Web API tutorial
02:42
40
Create Custom Middleware in a separate file | ASP.NET Core 5.0 Web API Tutorial
04:24
41
Verify the Next() method in built-in middleware: Dig Asp.Net Core | ASP.NET Core 5 Web API Tutorial
02:57
42
What is Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
02:14
43
How to enable the Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
02:39
44
Set first Route on Controller's Action method | ASP.NET Core 5.0 Web API Tutorial
04:50
45
Working with Variables in Routing | ASP.NET Core 5.0 Web API tutorial
03:46
46
Working with Query String in Routing | ASP.NET Core Web API Tutorial
03:11
47
Setup Multiple URLs for Single Resource (Action Method) | ASP.NET Core Web API Tutorial
01:01
48
Same URL for Multiple Resource (Is this possible ?) | ASP.NET Core 5.0 Web API tutorial
01:13
49
Token Replacement in Routing | ASP.NET Core 5.0 Web API Tutorial
02:24
50
Set the Base Route at the Controller level | ASP.NET Core 5.0 Web API Tutorial
03:58
51
Route Constraints: Validate the route variables | ASP.NET Core 5.0 Web API Tutorial
08:38
52
Route Constraints Alpha and Regular Expression (regex) | ASP.NET Core 5.0 Web API Tutorial
02:41
53
Best Practices for RESTful URLs for CRUD operations | ASP.NET Core 5.0 Web API Tutorial
06:37
54
Specific Type | ASP.NET Core 5.0 Web API Tutorial
02:56
55
IActionResult in Asp.Net core | ASP.NET Core 5.0 Web API Tutorial
02:36
56
ActionResult with Type | ASP.NET Core 5.0 Web API Tutorial
01:17
57
Return 200 Status Code | 200 ok | ASP.NET Core 5.0 Web API Tutorial
04:47
58
Return 202 Code | 202 accepted acceptedataction and acceptedatroute | ASP.NET Core Web API Tutorial
04:26
59
400 Status Code Bad Request | Return 400 Status Code | ASP.NET Core 5.0 Web API Tutorial
02:45
60
Return 201 Status Code | 201 created, createdataction | ASP.NET Core 5.0 Web API Tutorial
05:47
61
Return 301,302 Status Code | 301 302 local redirect | ASP.NET Core 5.0 Web API Tutorial
03:07
62
Return 404 Status Code | 404 Not Found | ASP.NET Core 5.0 Web API Tutorial
01:30
63
Remaining built-in Methods | Remaining Methods | ASP.NET Core 5.0 Web API Tutorial
01:38
64
What is Model Binder ? | ASP.NET Core 5.0 Web API Tutorial
01:57
65
[BindProperty] attribute: Bind Incoming form-data to public properties | ASP.NET Core Web API
07:38
66
[BindProperties] Attribute | Bind Properties Model Binder | ASP.NET Core 5.0 Web API Tutorial
03:35
67
Model binder in asp.net core web api | ASP.NET Core Web API Tutorial | Asp.net web api
07:04
68
[FromQuery] attribute: Bind the query string data | ASP.NET Core 5.0 Web API Tutorial
04:45
69
[FromRoute] attribute: Bind the route data | ASP.NET Core 5.0 Web API Tutorial
03:43
70
[FromBody] attribute: Bind the body data | ASP.NET Core 5.0 Web API Tutorial
02:31
71
[FromForm] attribute: Bind the from-data | ASP.NET Core 5.0 Web API Tutorial
01:31
72
[FromHeader] attribute: Bind the header data | ASP.NET Core 5.0 Web API Tutorial
02:16
73
Custom Model Binder in Asp.Net Core Web API (Example -1) | ASP.NET Core 5.0 Web API Tutorial
10:13
74
Custom Model Binder in Asp.Net Core Web API (Example -2) | ASP.NET Core 5.0 Web API Tutorial
08:00
75
What is Dependency Injection (DI) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial
06:35
76
Working with Services without using Dependency Injection | ASP.NET Core 5.0 Web API Tutorial
07:29
77
Singleton service lifetime using AddSingleton method | ASP.NET Core 5.0 Web API Tutorial
07:05
78
Scoped service lifetime using AddScoped method | ASP.NET Core 5.0 Web API Tutorial
01:17
79
Transient service lifetime using AddTransient method | ASP.NET Core 5.0 Web API Tutorial
01:39
80
TryAddSingleton, TryAddScoped and TryAddTransient methods in DI | Asp.Net Core 5.0 Web API Tutorial
07:15
81
Resolve the Service dependency directly in the Action Method | ASP.NET Core 5.0 Web API Tutorial
03:01
82
Start the development of Real world Asp.Net Core Web API application | ASP.NET Core Web API Tutorial
02:53
83
Introduction to Entity Framework Core | ASP.NET Core 5.0 Web API Tutorial
04:25
84
Install Entity Framework Core in ASP.NET Core Web API application | ASP.NET Core Web API Tutorial
03:28
85
Setup the DbContext Class and Database Connection String | ASP.NET Core 5.0 Web API Tutorial
06:19
86
Read connection string from appsettings.json file | ASP.NET Core 5.0 Web API Tutorial
01:32
87
Generate SQL Server database using Entity Framework Core migrations | ASP.NET Core Web API Tutorial
03:32
88
HTTPGET: Create API to get all items from database | ASP.NET Core 5.0 Web API tutorial
11:41
89
HTTPGET: Create API to get one item from database | ASP.NET Core 5.0 Web API Tutorial
05:16
90
HTTPPOST: Create API to add new item in the database | ASP.NET Core 5.0 Web API Tutorial
06:30
91
HTTPPUT: Create API to update the item in the database | ASP.NET Core 5.0 Web API Tutorial
05:18
92
HTTPPUT: Update item in one database call | ASP.NET Core Web API Tutorial
02:28
93
HTTPPATCH: Create API to partially update an item | ASP.NET Core 5.0 Web API tutorial
07:45
94
HTTPDELETE: Create API to delete item from database | ASP.NET Core 5.0 Web API Tutorial
04:03
95
Implement Model validations in Web APIs | ASP.NET Core 5.0 Web API Tutorial
04:06
96
Working with Automapper in ASP.NET Core Web API | ASP.NET Core Web API Tutorial
09:13
97
Setup the Angular application and install bootstrap | ASP.NET Core Web API Tutorial
05:47
98
Consume GetAllBooks API in the Angular application and face the CORS issue | Asp.Net Core Web API
05:26
99
Fix CORS issue in ASP.NET Core Web API and display books data in Angular app | ASP.NET Core Web API
05:02
100
Consume Add new Book POST API in Angular application | ASP.NET Core Web API Tutorial
08:34
101
Install Identity Core and generate the tables automatically | Asp.Net Core 5.0 Web API Tutorial
10:34
102
Create Controller and Repository for Login and Signup | Asp.Net Core 5.0 Web API Tutorial
02:15
103
Signup (Register) in Asp.Net Core API | ASP.NET Core 5.0 Web API Tutorial
09:06
104
Secure Web API using Authorize attribute | ASP.NET Core 5.0 Web API Tutorial
01:52
105
Install and configure JWT in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial
05:56
106
Login API with JWT token in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial
10:18
107
Asp.Net Core Web API course end | ASP.NET Core 5.0 Web API Tutorial
00:22
Related Courses
ASP.NET core tutorial for beginners
kudvenkat
ASP.NET Core Fundamentals
خالد السعداني - Khalid ESSAADANI
Asp.Net Core tutorial | Asp.Net Core | Asp.Net Core MVC Tutorial | ASP.NET Core MVC Tutorial for beginners
WebGentle
.Net Core
Tech Buddy
ASP.NET Core for Beginners
dotnet
Completed E-Commerce with ASP.NET Core MVC and Entity Framework Core
Learn Programming with Real Apps