Video : ASP.NET Core Web API - Introduction | ASP.NET Core Web API tutorial.
02:04 minutes
Video : Asp.net core web api? (The problem) | ASP.NET Core Web API Tutorial | WebGentle.
02:34 minutes
Video : Asp.net core web api? (The solution) | ASP.NET Core Web API Tutorial | WebGentle.
03:00 minutes
Video : What is Asp.Net Core Web API | Asp.Net Core Web API Tutorial | WebGentle.
02:28 minutes
Video : What is Rest and Restful API? | What is a REST API? | ASP.NET Core Web API Tutorial.
01:26 minutes
Video : What is HTTP and why we need to know about HTTP? | Asp.Net Core Web API tutorial.
02:26 minutes
Video : HTTP Request and HTTP Response with its components | Asp.Net Core Web API tutorial.
01:08 minutes
Video : HTTP Verbs or HTTP methods | Asp.Net Core Web API tutorial.
04:01 minutes
Video : Status Code and their categories | Asp.Net Core Web API tutorial.
02:03 minutes
Video : frequently used status codes | Asp.Net Core Web API tutorial.
03:09 minutes
Video : http request and response example | Asp.Net Core Web API tutorial.
01:46 minutes
Video : List of all software required for Web API development | Asp.Net Core Web API tutorial.
01:48 minutes
Video : Install the Dot Net Core framework and verify the installation | Asp.Net Core Web API tutorial.
05:05 minutes
Video : Install Visual Studio 2019 and Visual Studio Code | ASP.NET Core Web API Tutorial.
03:57 minutes
Video : Install SQL Server | ASP.NET Core 5.0 Web API tutorial.
01:50 minutes
Video : Install SQL Server Management Studio (SSMS) | ASP.NET Core 5.0 Web API tutorial.
01:50 minutes
Video : Install Postman (Client tool for testing Web APIs) | ASP.NET Core 5.0 Web API Tutorial.
00:54 minutes
Video : Create ASP.NET Core 5.0 Web API Project using CLI | ASP.NET Core 5.0 Web API tutorial.
03:08 minutes
Video : Open Project Files in Visual Studio Code | ASP.NET Core 5.0 Web API tutorial.
00:54 minutes
Video : Build the ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial.
00:43 minutes
Video : Run ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial.
01:34 minutes
Video : Test the default APIs using Swagger, Browser and Postman | ASP.NET Core 5.0 Web API Tutorial.
04:25 minutes
Video : Create, Build and Run the Web API Core project using Visual Studio | Asp.Net Core Web API tutorial.
05:03 minutes
Video : ASP.NET Core Web API Project files | ASP.NET Core 5.0 Web API tutorial.
07:06 minutes
Video : launchSettings.json file in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
03:16 minutes
Video : csproj (Project file) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
01:22 minutes
Video : Create a Dot Net Core Console application using Visual Studio | Asp.Net Core Web API tutorial.
02:21 minutes
Video : Update the csproj file | ASP.NET Core 5.0 Web API tutorial.
02:59 minutes
Video : Add a Default Host Builder | ASP.NET Core 5.0 Web API tutorial.
03:55 minutes
Video : Add a Default Web Host Builder | ASP.NET Core 5.0 Web API tutorial.
03:56 minutes
Video : Setup the Startup class (Configure and ConfigureServices method) | ASP.NET Core 5.0 Web API tutorial.
02:32 minutes
Video : Setup the default route to access a resource | ASP.NET Core 5.0 Web API tutorial.
03:09 minutes
Video : Inject Web API services using AddControllers method | ASP.NET Core 5.0 Web API tutorial.
02:19 minutes
Video : Add a new controller in the application | ASP.NET Core 5.0 Web API Tutorial.
07:06 minutes
Video : What is Middleware and HTTP Request Pipeline | Asp.Net Core Web API tutorial.
06:00 minutes
Video : Working with Run(), Map(), Use() and Next() method | ASP.NET Core 5.0 Web API Tutorial.
01:41 minutes
Video : Demo Run() method in Middleware | ASP.NET Core Web API Tutorial.
02:09 minutes
Video : Demo: Use() & Next() method in Middleware | ASP.NET Core 5.0 Web API Tutorial.
05:01 minutes
Video : Demo Map() Method in Middleware | ASP.NET Core 5.0 Web API tutorial.
02:42 minutes
Video : Create Custom Middleware in a separate file | ASP.NET Core 5.0 Web API Tutorial.
04:24 minutes
Video : Verify the Next() method in built-in middleware: Dig Asp.Net Core | ASP.NET Core 5 Web API Tutorial.
02:57 minutes
Video : What is Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
02:14 minutes
Video : How to enable the Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
02:39 minutes
Video : Set first Route on Controller's Action method | ASP.NET Core 5.0 Web API Tutorial.
04:50 minutes
Video : Working with Variables in Routing | ASP.NET Core 5.0 Web API tutorial.
03:46 minutes
Video : Working with Query String in Routing | ASP.NET Core Web API Tutorial.
03:11 minutes
Video : Setup Multiple URLs for Single Resource (Action Method) | ASP.NET Core Web API Tutorial.
01:01 minutes
Video : Same URL for Multiple Resource (Is this possible ?) | ASP.NET Core 5.0 Web API tutorial.
01:13 minutes
Video : Token Replacement in Routing | ASP.NET Core 5.0 Web API Tutorial.
02:24 minutes
Video : Set the Base Route at the Controller level | ASP.NET Core 5.0 Web API Tutorial.
03:58 minutes
Video : Route Constraints: Validate the route variables | ASP.NET Core 5.0 Web API Tutorial.
08:38 minutes
Video : Route Constraints Alpha and Regular Expression (regex) | ASP.NET Core 5.0 Web API Tutorial.
02:41 minutes
Video : Best Practices for RESTful URLs for CRUD operations | ASP.NET Core 5.0 Web API Tutorial.
06:37 minutes
Video : Specific Type | ASP.NET Core 5.0 Web API Tutorial.
02:56 minutes
Video : IActionResult in Asp.Net core | ASP.NET Core 5.0 Web API Tutorial.
02:36 minutes
Video : ActionResult with Type | ASP.NET Core 5.0 Web API Tutorial.
01:17 minutes
Video : Return 200 Status Code | 200 ok | ASP.NET Core 5.0 Web API Tutorial.
04:47 minutes
Video : Return 202 Code | 202 accepted acceptedataction and acceptedatroute | ASP.NET Core Web API Tutorial.
04:26 minutes
Video : 400 Status Code Bad Request | Return 400 Status Code | ASP.NET Core 5.0 Web API Tutorial.
02:45 minutes
Video : Return 201 Status Code | 201 created, createdataction | ASP.NET Core 5.0 Web API Tutorial.
05:47 minutes
Video : Return 301,302 Status Code | 301 302 local redirect | ASP.NET Core 5.0 Web API Tutorial.
03:07 minutes
Video : Return 404 Status Code | 404 Not Found | ASP.NET Core 5.0 Web API Tutorial.
01:30 minutes
Video : Remaining built-in Methods | Remaining Methods | ASP.NET Core 5.0 Web API Tutorial.
01:38 minutes
Video : What is Model Binder ? | ASP.NET Core 5.0 Web API Tutorial.
01:57 minutes
Video : [BindProperty] attribute: Bind Incoming form-data to public properties | ASP.NET Core Web API.
07:38 minutes
Video : [BindProperties] Attribute | Bind Properties Model Binder | ASP.NET Core 5.0 Web API Tutorial.
03:35 minutes
Video : Model binder in asp.net core web api | ASP.NET Core Web API Tutorial | Asp.net web api.
07:04 minutes
Video : [FromQuery] attribute: Bind the query string data | ASP.NET Core 5.0 Web API Tutorial.
04:45 minutes
Video : [FromRoute] attribute: Bind the route data | ASP.NET Core 5.0 Web API Tutorial.
03:43 minutes
Video : [FromBody] attribute: Bind the body data | ASP.NET Core 5.0 Web API Tutorial.
02:31 minutes
Video : [FromForm] attribute: Bind the from-data | ASP.NET Core 5.0 Web API Tutorial.
01:31 minutes
Video : [FromHeader] attribute: Bind the header data | ASP.NET Core 5.0 Web API Tutorial.
02:16 minutes
Video : Custom Model Binder in Asp.Net Core Web API (Example -1) | ASP.NET Core 5.0 Web API Tutorial.
10:13 minutes
Video : Custom Model Binder in Asp.Net Core Web API (Example -2) | ASP.NET Core 5.0 Web API Tutorial.
08:00 minutes
Video : What is Dependency Injection (DI) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
06:35 minutes
Video : Working with Services without using Dependency Injection | ASP.NET Core 5.0 Web API Tutorial.
07:29 minutes
Video : Singleton service lifetime using AddSingleton method | ASP.NET Core 5.0 Web API Tutorial.
07:05 minutes
Video : Scoped service lifetime using AddScoped method | ASP.NET Core 5.0 Web API Tutorial.
01:17 minutes
Video : Transient service lifetime using AddTransient method | ASP.NET Core 5.0 Web API Tutorial.
01:39 minutes
Video : TryAddSingleton, TryAddScoped and TryAddTransient methods in DI | Asp.Net Core 5.0 Web API Tutorial.
07:15 minutes
Video : Resolve the Service dependency directly in the Action Method | ASP.NET Core 5.0 Web API Tutorial.
03:01 minutes
Video : Start the development of Real world Asp.Net Core Web API application | ASP.NET Core Web API Tutorial.
02:53 minutes
Video : Introduction to Entity Framework Core | ASP.NET Core 5.0 Web API Tutorial.
04:25 minutes
Video : Install Entity Framework Core in ASP.NET Core Web API application | ASP.NET Core Web API Tutorial.
03:28 minutes
Video : Setup the DbContext Class and Database Connection String | ASP.NET Core 5.0 Web API Tutorial.
06:19 minutes
Video : Read connection string from appsettings.json file | ASP.NET Core 5.0 Web API Tutorial.
01:32 minutes
Video : Generate SQL Server database using Entity Framework Core migrations | ASP.NET Core Web API Tutorial.
03:32 minutes
Video : HTTPGET: Create API to get all items from database | ASP.NET Core 5.0 Web API tutorial.
11:41 minutes
Video : HTTPGET: Create API to get one item from database | ASP.NET Core 5.0 Web API Tutorial.
05:16 minutes
Video : HTTPPOST: Create API to add new item in the database | ASP.NET Core 5.0 Web API Tutorial.
06:30 minutes
Video : HTTPPUT: Create API to update the item in the database | ASP.NET Core 5.0 Web API Tutorial.
05:18 minutes
Video : HTTPPUT: Update item in one database call | ASP.NET Core Web API Tutorial.
02:28 minutes
Video : HTTPPATCH: Create API to partially update an item | ASP.NET Core 5.0 Web API tutorial.
07:45 minutes
Video : HTTPDELETE: Create API to delete item from database | ASP.NET Core 5.0 Web API Tutorial.
04:03 minutes
Video : Implement Model validations in Web APIs | ASP.NET Core 5.0 Web API Tutorial.
04:06 minutes
Video : Working with Automapper in ASP.NET Core Web API | ASP.NET Core Web API Tutorial.
09:13 minutes
Video : Setup the Angular application and install bootstrap | ASP.NET Core Web API Tutorial.
05:47 minutes
Video : Consume GetAllBooks API in the Angular application and face the CORS issue | Asp.Net Core Web API.
05:26 minutes
Video : Fix CORS issue in ASP.NET Core Web API and display books data in Angular app | ASP.NET Core Web API.
05:02 minutes
Video : Consume Add new Book POST API in Angular application | ASP.NET Core Web API Tutorial.
08:34 minutes
Video : Install Identity Core and generate the tables automatically | Asp.Net Core 5.0 Web API Tutorial.
10:34 minutes
Video : Create Controller and Repository for Login and Signup | Asp.Net Core 5.0 Web API Tutorial.
02:15 minutes
Video : Signup (Register) in Asp.Net Core API | ASP.NET Core 5.0 Web API Tutorial.
09:06 minutes
Video : Secure Web API using Authorize attribute | ASP.NET Core 5.0 Web API Tutorial.
01:52 minutes
Video : Install and configure JWT in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial.
05:56 minutes
Video : Login API with JWT token in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial.
10:18 minutes
Video : Asp.Net Core Web API course end | ASP.NET Core 5.0 Web API Tutorial.
00:22 minutes
  • Instructor:WebGentle
  • Total Duration7 hr 8 min
  • Enrolled 0
  • Lectures107
  • Language Eng
  • CertificateYes

Related Courses

  • 124 Lesson
  • 20 hr 4 min
kudvenkat
  • 52 Lesson
  • 5 hr 20 min
خالد السعداني - Khalid ESSAADANI
  • 106 Lesson
  • 12 hr 46 min
Tech Buddy
  • 13 Lesson
  • 2 hr 13 min
dotnet
  • 35 Lesson
  • 12 hr 44 min
Learn Programming with Real Apps

About us

4programmer is dedicated to providing top-quality educational resources and courses to help you succeed. Join our community of learners and start your journey towards personal and professional growth.