本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1

种子简介

种子名称: [FreeCourseSite.com] Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1
文件类型: 视频
文件数目: 125个文件
文件大小: 3.45 GB
收录时间: 2023-8-4 14:49
已经下载: 3
资源热度: 142
最近下载: 2025-1-14 07:05

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:eeeca3db142bbec267280888fbd0c361ba6f97b6&dn=[FreeCourseSite.com] Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - RESTful Web API - The Complete Guide (.NET7 API) Part 1.torrent
  • 01 - Introduction/001 Introduction.mp424.43MB
  • 01 - Introduction/002 Demo.mp429.27MB
  • 01 - Introduction/004 What we will cover.mp412.47MB
  • 01 - Introduction/005 What is api.mp417.24MB
  • 01 - Introduction/006 Request and response.mp415.69MB
  • 01 - Introduction/007 Request Object.mp412MB
  • 01 - Introduction/008 Response object.mp420.35MB
  • 01 - Introduction/010 Create Project.mp411.09MB
  • 02 - First End point/001 Add project to source control.mp45.56MB
  • 02 - First End point/002 Code CleanUp.mp42.12MB
  • 02 - First End point/003 Create VillaAPIController Class.mp410.59MB
  • 02 - First End point/004 First API Endpoint - HTTPGET.mp419.28MB
  • 02 - First End point/005 Using Controller Name in Route.mp47.24MB
  • 02 - First End point/006 Add VillaDTO.mp47.77MB
  • 02 - First End point/007 Villa Data Store.mp411.57MB
  • 02 - First End point/008 Get individual Villa.mp418.56MB
  • 03 - CRUD Functionality/001 Status Code in EndPoints.mp419.66MB
  • 03 - CRUD Functionality/002 Response Types.mp418.7MB
  • 03 - CRUD Functionality/003 HttpPOST in Action.mp420.02MB
  • 03 - CRUD Functionality/004 CreatedAtRoute.mp422.77MB
  • 03 - CRUD Functionality/005 ModelState Validations.mp435.23MB
  • 03 - CRUD Functionality/006 Custom ModelState Validation.mp428.02MB
  • 03 - CRUD Functionality/007 Http Delete in Action.mp423.53MB
  • 03 - CRUD Functionality/008 Http PUT in action.mp438.76MB
  • 03 - CRUD Functionality/009 Http Patch Nuget Packages.mp49.49MB
  • 03 - CRUD Functionality/010 Http Patch in Action.mp423.2MB
  • 03 - CRUD Functionality/011 PostMan.mp418.24MB
  • 03 - CRUD Functionality/012 Content Negotiations.mp412.12MB
  • 04 - Dependency Injection and DBContext/001 Logger Dependency Injection.mp435.21MB
  • 04 - Dependency Injection and DBContext/002 Changing Logger with Dependency Injection - Serilog.mp457.12MB
  • 04 - Dependency Injection and DBContext/003 Dependency Injection - Custom Logging.mp473.81MB
  • 04 - Dependency Injection and DBContext/004 Entity Framework Core Database Models.mp424.65MB
  • 04 - Dependency Injection and DBContext/005 NugetPackages for Entity Framework Core.mp45.14MB
  • 04 - Dependency Injection and DBContext/006 SQL Server Connection Server Name.mp41.66MB
  • 04 - Dependency Injection and DBContext/007 Connection String and DbSet Entity.mp416.21MB
  • 04 - Dependency Injection and DBContext/008 Use Connection String.mp428.9MB
  • 04 - Dependency Injection and DBContext/009 Create Villa Table.mp437.29MB
  • 04 - Dependency Injection and DBContext/010 Seed Villa Table with records.mp443.49MB
  • 04 - Dependency Injection and DBContext/011 Use ApplicationDbContext in APIController.mp473.4MB
  • 04 - Dependency Injection and DBContext/012 Demo - Entity Frameowkr Core CRUD in Action.mp427.97MB
  • 04 - Dependency Injection and DBContext/013 AsNoTracking in Action.mp424.03MB
  • 05 - DTO and AutoMapper/001 Seperate DTO for Create and Update.mp426.87MB
  • 05 - DTO and AutoMapper/002 Async Methods.mp433.71MB
  • 05 - DTO and AutoMapper/003 Setup AutoMapper and MApping Config.mp427.51MB
  • 05 - DTO and AutoMapper/004 AutoMapper in Action.mp442.33MB
  • 06 - Repository/001 Add Villa Repository Interface.mp421.45MB
  • 06 - Repository/002 Villa Repository Implementation.mp419.71MB
  • 06 - Repository/003 Async Repository in Action.mp453.17MB
  • 06 - Repository/004 Repository CleanUp.mp460.54MB
  • 06 - Repository/005 API Response.mp413.75MB
  • 06 - Repository/006 Standard API Response.mp451.9MB
  • 06 - Repository/007 Villa Number Models.mp427.76MB
  • 06 - Repository/008 Assignment 1 - Villa Number API Endpoints.mp4106.36MB
  • 06 - Repository/009 Add Foreign Key Reference.mp425.25MB
  • 06 - Repository/010 CRUD Villa Number DTO with Villa ID.mp433.97MB
  • 07 - Consuming API/001 Setup MVC Web Project.mp411.93MB
  • 07 - Consuming API/002 Web Project DTO's and API Models.mp424.06MB
  • 07 - Consuming API/003 AutoMapper.mp412.52MB
  • 07 - Consuming API/004 Add API URL in AppSettings.mp46.24MB
  • 07 - Consuming API/005 Base Service for API.mp435.97MB
  • 07 - Consuming API/006 Adding Villa Service.mp447.12MB
  • 07 - Consuming API/007 Calling Villa API.mp444.58MB
  • 07 - Consuming API/008 Display all Villa List.mp424.11MB
  • 07 - Consuming API/009 Create Villa UI.mp454.99MB
  • 07 - Consuming API/010 Disable NULLABLE - IMPORTANT.mp429.79MB
  • 07 - Consuming API/011 Update Villa Action Methods.mp429.08MB
  • 07 - Consuming API/012 Update VIlla UI.mp410.71MB
  • 07 - Consuming API/013 Delete Villa.mp413.32MB
  • 07 - Consuming API/014 Add VillaNumberService.mp411.29MB
  • 07 - Consuming API/015 Getting Villa Numbers.mp428.24MB
  • 07 - Consuming API/016 Include Villa when retireving Villa Number.mp447.66MB
  • 07 - Consuming API/017 Bootswatch Theme.mp418.86MB
  • 07 - Consuming API/018 Villa Home Page.mp431.12MB
  • 07 - Consuming API/019 Move Images.mp428.17MB
  • 07 - Consuming API/020 Villa Number Assignment.mp42.54MB
  • 07 - Consuming API/021 Create Villa Number GET.mp441.45MB
  • 07 - Consuming API/022 Create Villa POST.mp433.64MB
  • 07 - Consuming API/023 Special Validation and Base Service Update.mp468.05MB
  • 07 - Consuming API/024 Display API Error Messages.mp412.73MB
  • 07 - Consuming API/025 Update and Delete Action Method for Villa Number.mp435.34MB
  • 07 - Consuming API/026 Update and Delete Villa Number.mp454.38MB
  • 07 - Consuming API/027 Sweet Alert.mp451.6MB
  • 08 - API Security/001 Add Models for Login and Registeration.mp421.31MB
  • 08 - API Security/002 Add User Repository.mp48.75MB
  • 08 - API Security/003 Implement User Repository - Register.mp412.02MB
  • 08 - API Security/004 Implement User Repository - Login Part 1.mp425.78MB
  • 08 - API Security/005 Generate Token on Successful Login.mp429.69MB
  • 08 - API Security/006 User Controller.mp445.09MB
  • 08 - API Security/007 Login and Register in Action.mp416.32MB
  • 08 - API Security/008 Secure API Endpoints.mp48.68MB
  • 08 - API Security/009 Authentication in Action.mp441.7MB
  • 08 - API Security/010 Swagger and Bearer in Action.mp446.74MB
  • 09 - Consuming Secured API/001 Add DTOs for Login and Registeration.mp48.73MB
  • 09 - Consuming Secured API/002 Add Auth Service.mp427.73MB
  • 09 - Consuming Secured API/003 Auth Controller Action Methods.mp411.49MB
  • 09 - Consuming Secured API/004 Login and Register View.mp420.5MB
  • 09 - Consuming Secured API/005 Auth Controller Action Methods.mp427.96MB
  • 09 - Consuming Secured API/006 NavBar Display.mp428.87MB
  • 09 - Consuming Secured API/007 Authentication in Web Project.mp483.85MB
  • 09 - Consuming Secured API/008 Pass Token to API from Web Project.mp473.05MB
  • 10 - Versioning in API/001 Nuget Packages for API Versioning.mp49.19MB
  • 10 - Versioning in API/002 Add Versioning to API Services.mp416.59MB
  • 10 - Versioning in API/003 API Version Attribute.mp413.83MB
  • 10 - Versioning in API/004 Multiple Version in same Controller.mp417.9MB
  • 10 - Versioning in API/005 API Version Configuration.mp430.83MB
  • 10 - Versioning in API/006 Swagger Document for v1.mp423.06MB
  • 10 - Versioning in API/007 Multiple Version Swagger Doc.mp45.03MB
  • 10 - Versioning in API/008 Managing Multiple Versions - Cleaner Approach.mp428.78MB
  • 10 - Versioning in API/009 API Neutral and Depreciating API.mp444.6MB
  • 10 - Versioning in API/010 Consume Versioned API.mp434.14MB
  • 11 - Caching, Filter and Pagination/001 Caching Request.mp422.82MB
  • 11 - Caching, Filter and Pagination/002 Caching Profile.mp420.59MB
  • 11 - Caching, Filter and Pagination/003 Filters in API.mp422.6MB
  • 11 - Caching, Filter and Pagination/004 Seach Villa Name.mp413.73MB
  • 11 - Caching, Filter and Pagination/005 Pagination in API.mp423.02MB
  • 11 - Caching, Filter and Pagination/006 Add Pagination to Response Header.mp413.4MB
  • 11 - Caching, Filter and Pagination/007 Status Code and IsSuccess.mp415.11MB
  • 11 - Caching, Filter and Pagination/008 Bug Fixing.mp412.05MB
  • 12 - .NET Identity/001 Add Identity Library and Tables.mp464.84MB
  • 12 - .NET Identity/002 User Repository - Login.mp439.78MB
  • 12 - .NET Identity/003 User Repository - Register.mp420.26MB
  • 12 - .NET Identity/004 Login and Registration with Identity.mp460.83MB
  • 12 - .NET Identity/005 Login and Registration in Web Application.mp469.55MB
  • 13 - Deployment/001 Database Setup.mp413.04MB
  • 13 - Deployment/002 API Deployment.mp463.72MB