Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3.5 GB
- Uploaded Byfcs0310
- Downloads74
- Last checkedJun. 14th '23
- Date uploadedJun. 13th '23
- Seeders 18
- Leechers22
Infohash : EEECA3DB142BBEC267280888FBD0C361BA6F97B6
TO GET DIRECT DOWNLOAD LINKS OR GOOGLE DRIVE LINKS VISIT OUR WEBSITE
FOR MORE PREMIUM UDEMY COURSES VISIT: https://freecoursesite.com
Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1
Build RESTful web API (C#) with Authentication and learn how to consume them in a real world application (.NET 7 API)
Created by Bhrugen Patel
Last updated 5/2023
English
English
Files:
[FreeCourseSite.com] Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1 0. Websites you may like- [CourseClub.Me].url (0.1 KB)
- [FreeCourseSite.com].url (0.1 KB)
- [GigaCourse.Com].url (0.0 KB)
- 001 Introduction.mp4 (24.4 MB)
- 001 Introduction_en.srt (5.4 KB)
- 002 Demo.mp4 (29.3 MB)
- 002 Demo_en.srt (4.9 KB)
- 003 Identity Server and .NET 7 API.html (1.3 KB)
- 004 What we will cover.mp4 (12.5 MB)
- 004 What we will cover_en.srt (3.6 KB)
- 005 What is api.mp4 (17.2 MB)
- 005 What is api_en.srt (5.1 KB)
- 006 Request and response.mp4 (15.7 MB)
- 006 Request and response_en.srt (5.8 KB)
- 007 Request Object.mp4 (12.0 MB)
- 007 Request Object_en.srt (5.2 KB)
- 008 Response object.mp4 (20.4 MB)
- 008 Response object_en.srt (6.4 KB)
- 009 Project Resources.html (0.3 KB)
- 010 Create Project.mp4 (11.1 MB)
- 010 Create Project_en.srt (3.5 KB)
- 001 Add project to source control.mp4 (5.6 MB)
- 001 Add project to source control_en.srt (2.5 KB)
- 002 Code CleanUp.mp4 (2.1 MB)
- 002 Code CleanUp_en.srt (0.8 KB)
- 003 Create VillaAPIController Class.mp4 (10.6 MB)
- 003 Create VillaAPIController Class_en.srt (4.6 KB)
- 004 First API Endpoint - HTTPGET.mp4 (19.3 MB)
- 004 First API Endpoint - HTTPGET_en.srt (6.5 KB)
- 005 Using Controller Name in Route.mp4 (7.2 MB)
- 005 Using Controller Name in Route_en.srt (2.3 KB)
- 006 Add VillaDTO.mp4 (7.8 MB)
- 006 Add VillaDTO_en.srt (2.3 KB)
- 007 Villa Data Store.mp4 (11.6 MB)
- 007 Villa Data Store_en.srt (1.9 KB)
- 008 Get individual Villa.mp4 (18.6 MB)
- 008 Get individual Villa_en.srt (4.8 KB)
- [CourseClub.Me].url (0.1 KB)
- [FreeCourseSite.com].url (0.1 KB)
- [GigaCourse.Com].url (0.0 KB)
- 001 Status Code in EndPoints.mp4 (19.7 MB)
- 001 Status Code in EndPoints_en.srt (4.3 KB)
- 002 Response Types.mp4 (18.7 MB)
- 002 Response Types_en.srt (5.4 KB)
- 003 HttpPOST in Action.mp4 (20.0 MB)
- 003 HttpPOST in Action_en.srt (6.2 KB)
- 004 CreatedAtRoute.mp4 (22.8 MB)
- 004 CreatedAtRoute_en.srt (3.6 KB)
- 005 ModelState Validations.mp4 (35.2 MB)
- 005 ModelState Validations_en.srt (5.5 KB)
- 006 Custom ModelState Validation.mp4 (28.0 MB)
- 006 Custom ModelState Validation_en.srt (3.8 KB)
- 007 Http Delete in Action.mp4 (23.5 MB)
- 007 Http Delete in Action_en.srt (4.8 KB)
- 008 Http PUT in action.mp4 (38.8 MB)
- 008 Http PUT in action_en.srt (6.3 KB)
- 009 Http Patch Nuget Packages.mp4 (9.5 MB)
- 009 Http Patch Nuget Packages_en.srt (2.9 KB)
- 010 Http Patch in Action.mp4 (23.2 MB)
- 010 Http Patch in Action_en.srt (4.7 KB)
- 011 PostMan.mp4 (18.2 MB)
- 011 PostMan_en.srt (6.4 KB)
- 012 Content Negotiations.mp4 (12.1 MB)
- 012 Content Negotiations_en.srt (3.2 KB) 04 - Dependency Injection and DBContext
- 001 Logger Dependency Injection.mp4 (35.2 MB)
- 001 Logger Dependency Injection_en.srt (6.9 KB)
- 002 Changing Logger with Dependency Injection - Serilog.mp4 (57.1 MB)
- 002 Changing Logger with Dependency Injection - Serilog_en.srt (8.0 KB)
- 003 Dependency Injection - Custom Logging.mp4 (73.8 MB)
- 003 Dependency Injection - Custom Logging_en.srt (10.5 KB)
- 004 Entity Framework Core Database Models.mp4 (24.7 MB)
- 004 Entity Framework Core Database Models_en.srt (4.3 KB)
- 005 NugetPackages for Entity Framework Core.mp4 (5.1 MB)
- 005 NugetPackages for Entity Framework Core_en.srt (1.6 KB)
- 006 SQL Server Connection Server Name.mp4 (1.7 MB)
- 006 SQL Server Connection Server Name_en.srt (0.9 KB)
- 007 Connection String and DbSet Entity.mp4 (16.2 MB)
- 007 Connection String and DbSet Entity_en.srt (6.6 KB)
- 008 Use Connection String.mp4 (28.9 MB)
- 008 Use Connection String_en.srt (4.4 KB)
- 009 Create Villa Table.mp4 (37.3 MB)
- 009 Create Villa Table_en.srt (6.6 KB)
- 010 Seed Villa Table with records.mp4 (43.5 MB)
- 010 Seed Villa Table with records_en.srt (6.2 KB)
- 011 Use ApplicationDbContext in APIController.mp4 (73.4 MB)
- 011 Use ApplicationDbContext in APIController_en.srt (10.2 KB)
- 012 Demo - Entity Frameowkr Core CRUD in Action.mp4 (28.0 MB)
- 012 Demo - Entity Frameowkr Core CRUD in Action_en.srt (4.7 KB)
- 013 AsNoTracking in Action.mp4 (24.0 MB)
- 013 AsNoTracking in Action_en.srt (4.7 KB)
- 001 Seperate DTO for Create and Update.mp4 (26.9 MB)
- 001 Seperate DTO for Create and Update_en.srt (4.6 KB)
- 002 Async Methods.mp4 (33.7 MB)
- 002 Async Methods_en.srt (4.9 KB)
- 003 Setup AutoMapper and MApping Config.mp4 (27.5 MB)
- 003 Setup AutoMapper and MApping Config_en.srt (5.2 KB)
- 004 AutoMapper in Action.mp4 (42.3 MB)
- 004 AutoMapper in Action_en.srt (7.1 KB)
- 001 Add Villa Repository Interface.mp4 (21.4 MB)
- 001 Add Villa Repository Interface_en.srt (4.6 KB)
- 002 Villa Repository Implementation.mp4 (19.7 MB)
- 002 Villa Repository Implementation_en.srt (5.2 KB)
- 003 Async Repository in Action.mp4 (53.2 MB)
- 003 Async Repository in Action_en.srt (5.4 KB)
- 004 Repository CleanUp.mp4 (60.5 MB)
- 004 Repository CleanUp_en.srt (10.0 KB)
- 005 API Response.mp4 (13.7 MB)
- 005 API Response_en.srt (2.8 KB)
-
006 Standard API Response.mp4 (51.9 MB)
Code:
- udp://tracker.leechers-paradise.org:6969/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://tracker.zer0day.to:1337/announce
- udp://eddie4.nl:6969/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://fasttracker.foreverpirates.co:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://explodie.org:6969/announce
- udp://open.stealth.si:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://tracker.uw0.xyz:6969/announce
- udp://tracker.dler.org:6969/announce
- udp://9.rarbg.to:2710/announce
- udp://tracker.bitsearch.to:1337/announce
- udp://tracker.altrosky.nl:6969/announce
- udp://ben.kerbertools.xyz:6969/announce
- udp://transkaroo.joustasie.net:6969/announce
- udp://aarsen.me:6969/announce