Udemy Build ASPdotNet Core Web API Scratch To Finish dotNet8 API - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Udemy Build ASPdotNet Core Web API Scratch To Finish dotNet8 API (/Thread-Udemy-Build-ASPdotNet-Core-Web-API-Scratch-To-Finish-dotNet8-API) |
Udemy Build ASPdotNet Core Web API Scratch To Finish dotNet8 API - AD-TEAM - 07-12-2024
Download Free Download : Udemy Build ASPdotNet Core Web API Scratch To Finish dotNet8 API
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz Genre:eLearning | Language: English | Size:9.4 GB Files Included : 001 Introduction to building ASP NET Core Web APIs using NET8.mp4 (14.38 MB) MP4 002 Prerequisites.mp4 (2.75 MB) MP4 003 Setting up development environment.mp4 (2.32 MB) MP4 004 Download and Install Visual Studio 2022.mp4 (28.5 MB) MP4 005 Install NET SDK and NET Runtime.mp4 (20.39 MB) MP4 006 Install SQL Server Management Studio.mp4 (29.97 MB) MP4 007 Getting help.mp4 (5.83 MB) MP4 009 [OLD Content] Complete Source Code and GITHUB Repository.mp4 (8.49 MB) MP4 001 Introduction.mp4 (3.54 MB) MP4 002 Create New ASPNET Core Web API.mp4 (17.54 MB) MP4 003 Understand ASP NET Core Web API and File Structure.mp4 (59.55 MB) MP4 004 Understand REST and HTTP Verbs.mp4 (28.71 MB) MP4 005 Routing In ASP NET Core Web API.mp4 (10.19 MB) MP4 006 Running and Calling ASP NET Core Web API.mp4 (113.04 MB) MP4 007 Understanding Our Domain (Domain Driven Development).mp4 (23.61 MB) MP4 008 Create Domain Models.mp4 (28.98 MB) MP4 009 Adding Entity Framework Core Packages.mp4 (10.49 MB) MP4 010 Creating the DBContext Class.mp4 (34.41 MB) MP4 011 Adding ConnectionString To The Database In Appsettings Json.mp4 (24.82 MB) MP4 012 Understanding Dependency Injection & Injecting DbContext Into Our Application.mp4 (76.31 MB) MP4 013 Run EF Core Migrations.mp4 (42.3 MB) MP4 001 Introduction.mp4 (1.09 MB) MP4 002 Create New Controller (Regions Controller).mp4 (46.15 MB) MP4 003 Get All Regions Action Method.mp4 (21.41 MB) MP4 004 Get Region By Id Action Method.mp4 (77.83 MB) MP4 005 DTOs and Domain Models.mp4 (23.61 MB) MP4 006 Change Methods To Use DTOs.mp4 (52.95 MB) MP4 007 Create Region Action Method.mp4 (123.13 MB) MP4 008 Update Region Action Method.mp4 (161.44 MB) MP4 009 Delete Region Action Method.mp4 (55.34 MB) MP4 001 Introduction.mp4 (1.95 MB) MP4 002 Asynchronous Programming and Implement Async Await In our Methods.mp4 (80.11 MB) MP4 003 Repository Pattern and Benefits.mp4 (20.79 MB) MP4 004 Implement Repository Pattern In ASP NET Core Web APIs.mp4 (101.98 MB) MP4 005 Add Other Methods To Repository.mp4 (236.57 MB) MP4 006 Automapper Introduction.mp4 (14.58 MB) MP4 007 Implement Automapper.mp4 (184.72 MB) MP4 001 Introduction.mp4 (3.34 MB) MP4 002 Seeding Data Using Entity Framework Core.mp4 (109.4 MB) MP4 003 Creating Walks Controller and Create New Walk Action Method.mp4 (216.31 MB) MP4 004 Get All Walks Action Method.mp4 (30.96 MB) MP4 005 Navigation Properties In Entity Framework Core.mp4 (54.23 MB) MP4 006 Get Walk By Id Action Method.mp4 (37.06 MB) MP4 007 Update Walk Action Method.mp4 (149.84 MB) MP4 008 Delete Walk Action Method.mp4 (40.75 MB) MP4 001 Introduction To Model Validations.mp4 (6.63 MB) MP4 002 Adding Model Validations To Endpoints.mp4 (142.88 MB) MP4 003 Custom Validate Model Attribute.mp4 (37.24 MB) MP4 001 Introduction.mp4 (1.05 MB) MP4 002 Seeding Data in SQL Server.mp4 (23.33 MB) MP4 003 Filtering.mp4 (91.83 MB) MP4 004 Sorting.mp4 (190.51 MB) MP4 005 Pagination.mp4 (131.04 MB) MP4 001 Introduction.mp4 (19.24 MB) MP4 002 Authentication Flow.mp4 (4.69 MB) MP4 003 Setting Up Authentication - Install Nuget Packages.mp4 (102.21 MB) MP4 004 Testing Authentication Without JWT Token.mp4 (18.77 MB) MP4 005 Setting Up Identity DbContext.mp4 (89.68 MB) MP4 006 Seeding Roles.mp4 (56.98 MB) MP4 007 Run EF Core Migrations To Create Identity Database.mp4 (47.13 MB) MP4 008 Setting Up Identity.mp4 (63.86 MB) MP4 009 Create Auth Controller and Register Action Method.mp4 (129.73 MB) MP4 010 Create Login Action Method.mp4 (45.72 MB) MP4 011 Create JWT Token in ASP NET Core Web API.mp4 (77.77 MB) MP4 012 Inject TokenRepository and Create Token.mp4 (126.17 MB) MP4 013 Role Based Authorization.mp4 (138.14 MB) MP4 014 Add Authorization To Swagger.mp4 (51.75 MB) MP4 001 Introduction.mp4 (6.61 MB) MP4 002 Create Domain Model For Image Upload.mp4 (15.94 MB) MP4 003 DbContext changes and Migrations For Image Upload.mp4 (25.96 MB) MP4 004 New Controller and Action Method for Image Upload.mp4 (67.93 MB) MP4 005 Image Upload Repository Implementaion.mp4 (333.76 MB) MP4 006 Serving Static Files Through ASPNET Core Web API.mp4 (41.54 MB) MP4 001 Introduction To Logging.mp4 (10.38 MB) MP4 002 Add Logging to Console in ASP NET Core Web API.mp4 (199.53 MB) MP4 003 Add Logging to Text File In ASP NET Core Web APIs.mp4 (63.67 MB) MP4 004 Global Exception Handling In ASP NET Core Web APIs.mp4 (173.64 MB) MP4 001 What is Versioning and How To Implement Versioning in ASP NET Web API.mp4 (6.17 MB) MP4 002 Implement Versioning in ASP NET Core Web API By Folder Structure.mp4 (76.95 MB) MP4 003 Implement Versioning By Nuget Package - Proffered Approach.mp4 (143.58 MB) MP4 004 Fix Versioning In Swagger.mp4 (90.57 MB) MP4 001 Consuming REST Web APIs.mp4 (9.91 MB) MP4 002 Creating ASP NET MVC Web Application.mp4 (26.12 MB) MP4 003 GET - Consume Web API.mp4 (293.5 MB) MP4 004 POST - Consume Web API.mp4 (240.5 MB) MP4 005 GET single Region - Edit Region Prerequisite.mp4 (139.58 MB) MP4 006 PUT - Updating Using Web API.mp4 (55.95 MB) MP4 007 DELETE - Deleting a Resource using Web API.mp4 (39.75 MB) MP4 001 Deploying ASP NET Web API To Azure.mp4 (263.65 MB) MP4 001 Introduction.mp4 (2.9 MB) MP4 002 Install GIT and Create New GIT Repository.mp4 (46.76 MB) MP4 003 Create New ASP NET Web API.mp4 (9.37 MB) MP4 004 Pushing New API to GIT.mp4 (11.96 MB) MP4 005 Understanding Our New NET Web API.mp4 (9.8 MB) MP4 006 Understanding REST and HTTP Verbs.mp4 (3.43 MB) MP4 007 Running The Project And Using Swagger.mp4 (16.38 MB) MP4 008 Understanding Our Domain.mp4 (3.43 MB) MP4 009 Creating Domain Models In Our ASP NET Web API.mp4 (26.69 MB) MP4 010 Install Entity Framework Core Nuget Packages.mp4 (9.96 MB) MP4 011 Create DBContext.mp4 (16.46 MB) MP4 012 Create Connection String To Database.mp4 (12.2 MB) MP4 013 Understanding Dependency Injection.mp4 (8.43 MB) MP4 014 Injecting DbContext Class.mp4 (13.08 MB) MP4 015 Running EF Core Migrations.mp4 (27.88 MB) MP4 016 Seeding Data Into Database.mp4 (10.73 MB) MP4 017 Saving Our Changes To GIT.mp4 (8.69 MB) MP4 001 Introduction.mp4 (2.17 MB) MP4 002 Create Regions Controller.mp4 (23.84 MB) MP4 003 Testing Get All Regions Method.mp4 (19.56 MB) MP4 004 Understanding The Repository Pattern.mp4 (3.72 MB) MP4 005 Create Region Repository.mp4 (36.2 MB) MP4 006 Test API in Swagger.mp4 (3.68 MB) MP4 007 Adding DTOs or Contracts.mp4 (48.68 MB) MP4 008 Install and Use Automapper.mp4 (93.63 MB) MP4 009 Understand Synchronous vs ASynchronous Code.mp4 (5.19 MB) MP4 010 Making Our Code Asynchronous.mp4 (16.65 MB) MP4 011 Saving Our Changes To GIT.mp4 (1.85 MB) MP4 001 Introduction.mp4 (930.16 KB) MP4 002 Creating Repository Method Get Region By Id.mp4 (17.7 MB) MP4 003 Creating Controller Method For GetRegionById.mp4 (40.55 MB) MP4 004 Testing GetRegionById method using Swagger.mp4 (13.05 MB) MP4 005 Creating Repository Method for AddRegion.mp4 (21.38 MB) MP4 006 Creating Controller Method For AddRegion.mp4 (76.54 MB) MP4 007 Testing AddRegion Method using Swagger.mp4 (27.5 MB) MP4 008 Creating Repository method for DeleteRegion.mp4 (19.4 MB) MP4 009 Creating Controller Method For DeleteRegion.mp4 (36.74 MB) MP4 010 Testing DeleteRegion method using Swagger.mp4 (10.74 MB) MP4 011 Creating Repository method for UpdateRegion.mp4 (24.54 MB) MP4 012 Creating Controller Method For UpdateRegion.mp4 (57.47 MB) MP4 013 Testing UpdateRegion method using Swagger.mp4 (11.58 MB) MP4 014 Saving Our Changes To GIT.mp4 (2.15 MB) MP4 015 Assignment For Next Section - Walks API.mp4 (5.25 MB) MP4 001 Introduction.mp4 (1.28 MB) MP4 002 Create Repositories For Walks And Add To Services.mp4 (9.3 MB) MP4 003 New repository method for GetAllWalks.mp4 (14.63 MB) MP4 004 New Controller and method for GetAllWalks.mp4 (76.25 MB) MP4 005 Testing GetAllWalks method using Swagger.mp4 (7.54 MB) MP4 006 Adding Navigation Properties For WalkDifficulty and Region.mp4 (45.59 MB) MP4 007 Creating Repository Method for GetWalkById.mp4 (10.82 MB) MP4 008 Creating Controller Method For GetWalkById.mp4 (23.52 MB) MP4 009 Testing GetWalkById method using Swagger.mp4 (6.54 MB) MP4 010 New repository method and Controller Method for AddWalk.mp4 (88.09 MB) MP4 011 Testing AddWalk method using Swagger.mp4 (19.86 MB) MP4 012 New repository method and Controller Method for UpdateWalk.mp4 (85.38 MB) MP4 013 Testing UpdateWalk method using Swagger.mp4 (14.29 MB) MP4 014 New Repository Method and Controller Method for DeleteWalk.mp4 (37.84 MB) MP4 015 Testing DeleteWalk method using Swagger.mp4 (8.16 MB) MP4 016 Saving Our Changes To GIT.mp4 (1.87 MB) MP4 001 Introduction.mp4 (7.8 MB) MP4 002 Create Repositories For WalkDifficulty And Add To Services.mp4 (6.94 MB) MP4 003 New Method For GetAllWalkDifficulties and Swagger Testing.mp4 (23.29 MB) MP4 004 New Method For GetWalkDiffultyById and Swagger Testing.mp4 (39.77 MB) MP4 005 New Method For AddWalkDifficulty and Testing In Swagger.mp4 (61.37 MB) MP4 006 New Method For UpdateWalkDifficulty and Testing In Swagger.mp4 (50.95 MB) MP4 007 New Method For DeleteWalkDifficulty and Testing In Swagger.mp4 (28.81 MB) MP4 008 Saving Our Changes To GIT.mp4 (1.66 MB) MP4 001 Introduction.mp4 (6.46 MB) MP4 002 Validating Region Controller - AddRegionRequest Model.mp4 (105.62 MB) MP4 003 Testing AddRegionRequest Validation.mp4 (43.41 MB) MP4 004 Validating Region Controller - UpdateRegionRequest Model.mp4 (59.04 MB) MP4 005 Validating Walks Controller - AddWalkRequest Model.mp4 (109.95 MB) MP4 006 Validating Walks Controller - UpdateWalkRequest Model.mp4 (41.35 MB) MP4 007 Validating WalkDifficulty Controller.mp4 (44.07 MB) MP4 008 Saving Our Changes to GIT.mp4 (1.23 MB) MP4 009 Introduction To Fluent Validations.mp4 (3.41 MB) MP4 010 Setting Up Fluent Validations.mp4 (14.02 MB) MP4 011 Adding AddRegion Validations Using Fluent Validations.mp4 (97.08 MB) MP4 012 Adding UpdateRegion Validations Using Fluent Validations.mp4 (35.98 MB) MP4 013 Adding Validations For WalkDifficulties API Using Fluent Validations.mp4 (22.7 MB) MP4 014 Adding Validations For Walks API Using Fluent Validations.mp4 (65.87 MB) MP4 001 Introduction.mp4 (8.76 MB) MP4 002 Authentication Flow.mp4 (4.69 MB) MP4 003 Setting Up Authentication.mp4 (121.14 MB) MP4 004 Testing Authentication Without Token.mp4 (16.01 MB) MP4 005 Creating Users and Static User Repository.mp4 (140.88 MB) MP4 006 Creating Auth Controller and Login Method.mp4 (41.63 MB) MP4 007 Creating Token Handler And Generate Token.mp4 (171.23 MB) MP4 008 Testing Login Method and Getting Token.mp4 (66.68 MB) MP4 009 Role Based Authorization.mp4 (158.07 MB) MP4 010 Adding Authentication and Authorization To All APIs.mp4 (21.39 MB) MP4 011 Changing Swagger To Add Authentication.mp4 (81.1 MB) MP4 012 Add EF Core and Add Users To Database.mp4 (253.84 MB) MP4 [To see links please register or login] |