Udemy - ASP.NET Core Web API - Zero to Hero [ASP.Net Core 5.0]
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size2.6 GB
- Uploaded Byfreecoursewb
- Downloads33
- Last checkedJun. 04th '22
- Date uploadedJun. 03rd '22
- Seeders 10
- Leechers10
Infohash : AF3B471F7C93FB23E55EB63F84A6F662C9FC1F41
ASP.NET Core Web API - Zero to Hero [ASP.Net Core 5.0] 
https://DevCourseWeb.com
Last Updated 03/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 108 lectures (7h 6m) | Size: 2.7 GB
Master the ASP.NET Core Web API concepts, Develop RESTful Web API and consume them in Angular application
What you'll learn
Fundamentals of ASP NET Core Web API
Build RESTful API's in ASP NET Core 5.0
Real world Book Store API application
Host builder and Web host builder
Middleware
Dependency Injection: Different ways to inject and resolve the dependency
Routing
Format the response of your API
Get, Post, Put, Patch, Delete API development
Consume the APIs in Angular application
Login & Signup using Entity framework Core, Identity Core & JWT
And lots of other concepts...
Requirements
No prior knowledge of Dot Net Core is required.
Basic knowledge of C# like classes, methods, interface, etc.
Basic knowledge of database like table, columns, datatypes etc.
Files:
[ DevCourseWeb.com ] Udemy - ASP.NET Core Web API - Zero to Hero [ASP.Net Core 5.0]- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1. Introduction
- 1. Introduction.mp4 (8.3 MB)
- 1. Introduction.srt (3.3 KB)
- 2. Project Exercise.html (2.1 KB)
- 1. Specific type.mp4 (18.2 MB)
- 1. Specific type.srt (3.3 KB)
- 2. IActionResult.mp4 (17.8 MB)
- 2. IActionResult.srt (3.5 KB)
- 3. ActionResultT.mp4 (8.4 MB)
- 3. ActionResultT.srt (1.5 KB)
- 1. Return 200 status code.mp4 (35.4 MB)
- 1. Return 200 status code.srt (6.6 KB)
- 2. Return 202 status code.mp4 (38.2 MB)
- 2. Return 202 status code.srt (6.3 KB)
- 3. Return 400 status code.mp4 (22.5 MB)
- 3. Return 400 status code.srt (3.8 KB)
- 4. Return 201 status code.mp4 (43.1 MB)
- 4. Return 201 status code.srt (8.0 KB)
- 5. Return 301, 302 status code.mp4 (26.6 MB)
- 5. Return 301, 302 status code.srt (4.9 KB)
- 6. Return 404 status code.mp4 (11.5 MB)
- 6. Return 404 status code.srt (2.1 KB)
- 7. Remaining built-in methods.mp4 (19.5 MB)
- 7. Remaining built-in methods.srt (2.8 KB)
- 1. What is Model Binder.mp4 (4.2 MB)
- 1. What is Model Binder.srt (2.7 KB)
- 10. Custom Model Binder in Asp.Net Core Web API (Example -1).mp4 (70.8 MB)
- 10. Custom Model Binder in Asp.Net Core Web API (Example -1).srt (14.0 KB)
- 11. Custom Model Binder in Asp.Net Core Web API (Example -2).mp4 (63.9 MB)
- 11. Custom Model Binder in Asp.Net Core Web API (Example -2).srt (10.5 KB)
- 2. [BindProperty] attribute Bind Incoming form-data to public properties.mp4 (51.6 MB)
- 2. [BindProperty] attribute Bind Incoming form-data to public properties.srt (9.5 KB)
- 3. [BindProperties] attribute.mp4 (27.5 MB)
- 3. [BindProperties] attribute.srt (4.8 KB)
- 4. Model binder's default way to bind the incoming request data with parameters.mp4 (45.2 MB)
- 4. Model binder's default way to bind the incoming request data with parameters.srt (9.9 KB)
- 5. [FromQuery] attribute Bind the query string data.mp4 (31.8 MB)
- 5. [FromQuery] attribute Bind the query string data.srt (6.6 KB)
- 6. [FromRoute] attribute Bind the route data.mp4 (26.7 MB)
- 6. [FromRoute] attribute Bind the route data.srt (4.8 KB)
- 7. [FromBody] attribute Bind the body data.mp4 (17.7 MB)
- 7. [FromBody] attribute Bind the body data.srt (3.4 KB)
- 8. [FromForm] attribute Bind the from-data.mp4 (9.6 MB)
- 8. [FromForm] attribute Bind the from-data.srt (1.9 KB)
- 9. [FromHeader] attribute Bind the header data.mp4 (14.5 MB)
- 9. [FromHeader] attribute Bind the header data.srt (2.8 KB)
- 1. What is Dependency Injection (DI).mp4 (17.1 MB)
- 1. What is Dependency Injection (DI).srt (10.5 KB)
- 2. Working with Services without using Dependency Injection.mp4 (53.9 MB)
- 2. Working with Services without using Dependency Injection.srt (8.3 KB)
- 3. Singleton service lifetime using AddSingleton method.mp4 (56.2 MB)
- 3. Singleton service lifetime using AddSingleton method.srt (9.7 KB)
- 4. Scoped service lifetime using AddScoped method.mp4 (7.3 MB)
- 4. Scoped service lifetime using AddScoped method.srt (1.7 KB)
- 5. Transient service lifetime using AddTransient method.mp4 (10.5 MB)
- 5. Transient service lifetime using AddTransient method.srt (2.3 KB)
- 6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.mp4 (55.4 MB)
- 6. TryAddSingleton, TryAddScoped and TryAddTransient methods in DI.srt (9.1 KB)
- 7. Resolve the Service dependency directly in the Action Method.mp4 (23.4 MB)
- 7. Resolve the Service dependency directly in the Action Method.srt (4.2 KB)
- 1. Start the development of Real world Asp.Net Core Web API application.mp4 (20.1 MB)
- 1. Start the development of Real world Asp.Net Core Web API application.srt (2.8 KB)
- 1. Introduction to Entity Framework Core.mp4 (10.8 MB)
- 1. Introduction to Entity Framework Core.srt (6.7 KB)
- 2. Install Entity Framework Core in Asp.Net Core Web API application.mp4 (22.0 MB)
- 2. Install Entity Framework Core in Asp.Net Core Web API application.srt (4.7 KB)
- 3. Setup the DbContext Class and Database Connection String.mp4 (43.9 MB)
- 3. Setup the DbContext Class and Database Connection String.srt (7.6 KB)
- 4. Read connection string from appsettings.json file.mp4 (11.8 MB)
- 4. Read connection string from appsettings.json file.srt (2.1 KB)
- 5. Generate SQL Server database using Entity Framework Core migrations.mp4 (23.9 MB)
- 5. Generate SQL Server database using Entity Framework Core migrations.srt (5.5 KB)
- 1. HTTPGET Create API to get all items from database.mp4 (81.0 MB)
- 1. HTTPGET Create API to get all items from database.srt (15.5 KB)
- 2. HTTPGET Create API to get one item from database.mp4 (36.2 MB)
- 2. HTTPGET Create API to get one item from database.srt (7.5 KB)
- 3. HTTPPOST Create API to add new item in the database.mp4 (45.2 MB)
- 3. HTTPPOST Create API to add new item in the database.srt (7.8 KB)
- 4. HTTPPUT Create API to update the item in the database.mp4 (39.2 MB)
- 4. HTTPPUT Create API to update the item in the database.srt (6.6 KB)
- 5. HTTPPUT Update item in one database call.mp4 (15.7 MB)
- 5. HTTPPUT Update item in one database call.srt (3.2 KB)
- 6. HTTPPATCH Create API to partially update an item.mp4 (53.9 MB)
- 6. HTTPPATCH Create API to partially update an item.srt (9.8 KB)
- 7. HTTPDELETE Create API to delete item from database.mp4 (29.9 MB)
- 7. HTTPDELETE Create API to delete item from database.srt (5.6 KB)
- 8. Implement Model validations in Web APIs.mp4 (26.0 MB)
- 8. Implement Model validations in Web APIs.srt (6.1 KB)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce