Udemy Asp Net Core The Complete Guide To Build RESTful Apis - 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 Asp Net Core The Complete Guide To Build RESTful Apis (/Thread-Udemy-Asp-Net-Core-The-Complete-Guide-To-Build-RESTful-Apis) |
Udemy Asp Net Core The Complete Guide To Build RESTful Apis - AD-TEAM - 10-30-2024 2.86 GB | 00:15:30 | mp4 | 1920X1080 | 16:9 Genre:eLearning |Language:English
Files Included :
1 - Overview (3.07 MB) 2 - Technical Requirements (3.72 MB) 59 - Create Azure Web App (15.6 MB) 60 - Create Azure SQL Database (20.19 MB) 61 - Publish Rest Api To Azure (17.01 MB) 62 - Azure Query Editor (6 MB) 63 - Insert Data inside Azure SQL Database (3.64 MB) 64 - Choose Third Party Hosting Provider (8.48 MB) 65 - Create Website Domain Name & Database (8.65 MB) 66 - Create Database Tables (8.32 MB) 67 - Deploy Rest Apis (12.93 MB) 69 - Welcome (2.83 MB) 70 - Course Structure (3.85 MB) 71 - Tooling and Prerequisite (3.05 MB) 72 - What is Api (4.11 MB) 73 - Create a Web Api Project (16.53 MB) 74 - Project Architecture (84.19 MB) 75 - Http Verbs (2.32 MB) 76 - Create a First Web Api (102.42 MB) 77 - What is Code First Approach (1.29 MB) 78 - Install Entity Framework Core and SQL Server (6.36 MB) 79 - Db Context and Connection String (118.77 MB) 80 - Handling Get Request (7.54 MB) 81 - Handling Post Request (12.71 MB) 82 - Handling Put Request (12.62 MB) 83 - Handling Delete Request (14 MB) 84 - Implement Status Codes (73.78 MB) 85 - Content Negotiation (30.49 MB) 86 - Migration Overview (13.18 MB) 87 - Implement Code First Migration (105.64 MB) 88 - Validation Overview (3.37 MB) 89 - Implement Model Validations in Web Api (36.06 MB) 90 - Routing Overview (12.15 MB) 91 - Implement Routing in Web Apis (29.54 MB) 92 - Sorting Overview (4.57 MB) 93 - Implement Filtering Sorting (59.67 MB) 94 - Paging Overview (4.85 MB) 95 - Implement Paging (87.91 MB) 96 - Searching Overview (1.18 MB) 97 - Implement Searching (34.47 MB) 10 - What is MVC (2.33 MB) 11 - Http Verbs (1.86 MB) 6 - What is Api (10.96 MB) 7 - Create a New Rest Api Project (17.15 MB) 8 - Project Structure (8.01 MB) 9 - Programcs file (10.47 MB) 100 - Adding Caching Packages in Web Apis (16.23 MB) 101 - Cache Duration (38.32 MB) 102 - Cache Location (16.93 MB) 98 - Caching Overview (6.66 MB) 99 - Response Caching (4.42 MB) 103 - Security Overview (3.83 MB) 104 - Auth0 Account Setup (3.54 MB) 105 - Auth0 Tennant Domain (9.73 MB) 106 - Auth0 Api Setup (9.76 MB) 107 - Implement Auth0 Support in AspNet Core (22.87 MB) 108 - Auth0 Database Setup (15.9 MB) 109 - Authentication Api Endpoint (20.72 MB) 110 - Implement Sign Up Endpoint with Auth0 (27.79 MB) 111 - Implement Resource Owner Endpoint (44.32 MB) 112 - JWT Overview (32.34 MB) 113 - Implement Authorization (59.67 MB) 114 - Testing Authorization (31.52 MB) 115 - Problem and Issues in Web Api (26.31 MB) 116 - User Claims (197.12 MB) 117 - Create Azure Account (6.14 MB) 118 - Create Web App on Azure (8.99 MB) 119 - Create SQL Db on Azure (23.38 MB) 121 - Publish Web Api to Azure (51.28 MB) 122 - Test Api Endpoints (28.29 MB) 124 - Write Api Documentation (40.03 MB) 125 - Overview of the Project (16.56 MB) 126 - Understand the Relations Between Tables (7.73 MB) 127 - Adding Models (17.72 MB) 128 - Adding Data Annotations (13.42 MB) 129 - Adding Connection String & DB Context (27.55 MB) 130 - Understanding the Controllers & Methods (4.32 MB) 131 - Images (326.06 KB) 131 - Menus Controller (110.31 MB) 132 - Get Menu Method (30.35 MB) 133 - Reservation Controller (38.57 MB) 12 - Create Model Class (9.39 MB) 13 - Create Controller Class (4.41 MB) 14 - Returning List of Data (11.97 MB) 15 - Adding Data (43.74 MB) 16 - Updating Data (13.7 MB) 17 - Deleting Data (11.65 MB) 18 - What is Entity Framework (2.22 MB) 19 - Code First vs Database First (3.25 MB) 20 - Configure Nuget Packages for Entity Framework Core (8.04 MB) 21 - DbContext & DbSet Properties (12.43 MB) 22 - Implement Migrations (16.38 MB) 23 - Migration up & down methods (14.33 MB) 24 - Handling Get Request (28.14 MB) 25 - Handling Post Request (10.44 MB) 26 - Handling Put Request (18.97 MB) 27 - Handling Delete Request (11.58 MB) 28 - Status Codes Overview (4.95 MB) 29 - Implement Status Codes in Rest Apis (91.41 MB) 30 - Error Handling (12.12 MB) 31 - Implement Error Handling in Rest Api (27.04 MB) 32 - Content Negotiation (12.79 MB) 33 - Implement Content Negotiation (12.22 MB) 34 - What is Validation (1.79 MB) 35 - Implement Validation in Rest Apis (16.26 MB) 36 - Routing Overview (14.21 MB) 37 - Implement Routing in Rest Apis (35.14 MB) 38 - Project Overview (7.66 MB) 39 - Understand the relations & entities (3.38 MB) 40 - Add Models inside the Real Estate Project (14 MB) 41 - Add DbSet properties & Migrations (19.63 MB) 42 - Security Overview (3.95 MB) 43 - Register Method (42.2 MB) 44 - JWT Overview (7.51 MB) 45 - Configure Nuget Packages for JWT Bearer and Identity (11.18 MB) 46 - Implement JWT middleware (13.21 MB) 47 - Login Method (60.68 MB) 48 - Generate JWT (5.17 MB) 49 - Categories Controller (8.47 MB) 50 - Protecting Routes (11.92 MB) 51 - Properties Controller Overview (3.15 MB) 52 - Add Property (38.05 MB) 53 - Update Property (35.03 MB) 54 - Delete Property (28.84 MB) 55 - Get List Of Properties (43.62 MB) 56 - Get Property Detail (25.89 MB) 57 - Trending Properties (11.88 MB) 58 - Search Properties (26.74 MB)
Screenshot
|