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

[FreeCourseSite.com] Udemy - The Complete Guide to ASP.NET Core (.NET 5) Web API

种子简介

种子名称: [FreeCourseSite.com] Udemy - The Complete Guide to ASP.NET Core (.NET 5) Web API
文件类型: 视频
文件数目: 78个文件
文件大小: 2.88 GB
收录时间: 2022-4-17 15:54
已经下载: 3
资源热度: 157
最近下载: 2024-6-11 22:29

下载BT种子文件

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

磁力链接下载

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

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - The Complete Guide to ASP.NET Core (.NET 5) Web API.torrent
  • 1. Introduction to Web API/1. Getting Started.mp413.78MB
  • 1. Introduction to Web API/2. Installing Asp.Net Core SDK and Runtime.mp433.56MB
  • 1. Introduction to Web API/3. New Web API project with Visual Studio.mp437.92MB
  • 1. Introduction to Web API/4. Default Asp.Net Core Project Files.mp450.49MB
  • 1. Introduction to Web API/5. Testing the Web API Project with Postman and Swagger.mp434.29MB
  • 1. Introduction to Web API/6. Summary.mp41.98MB
  • 2. Building Your First Asp.Net Core API/1. Getting Started.mp45.3MB
  • 2. Building Your First Asp.Net Core API/10. Deleting an Existing Book [HttpDelete].mp433.17MB
  • 2. Building Your First Asp.Net Core API/11. Summary.mp43.92MB
  • 2. Building Your First Asp.Net Core API/2. Adding a Book Model Class.mp430.65MB
  • 2. Building Your First Asp.Net Core API/3. Adding Your EF Core DB Context.mp460.1MB
  • 2. Building Your First Asp.Net Core API/4. Adding Your First EF Core Migration.mp448.31MB
  • 2. Building Your First Asp.Net Core API/5. Seeding Your Database With Data.mp481.79MB
  • 2. Building Your First Asp.Net Core API/6. Adding Your First Web API Controller.mp415.84MB
  • 2. Building Your First Asp.Net Core API/7. Adding a New Book [HttpPost].mp487.83MB
  • 2. Building Your First Asp.Net Core API/8. Listing All Books [HttpGet].mp464.37MB
  • 2. Building Your First Asp.Net Core API/9. Updating an Existing Book [HttpPut].mp449.64MB
  • 3. Working with Relational Data/1. Getting Started with Relational Data Management.mp46.97MB
  • 3. Working with Relational Data/10. Summary.mp44.97MB
  • 3. Working with Relational Data/2. One-to-Many Relationships in Entity Framework Core.mp439.61MB
  • 3. Working with Relational Data/3. Many-to-Many Relationships in Entity Framework Core.mp472.55MB
  • 3. Working with Relational Data/4. Adding Author and Publisher Services to Web API.mp4110.31MB
  • 3. Working with Relational Data/5. Adding Relational Data With [HttpPost].mp476.25MB
  • 3. Working with Relational Data/6. Getting Authors of a Book with [HttpGet].mp443.04MB
  • 3. Working with Relational Data/7. Getting Books of an Author with [HttpGet].mp448.23MB
  • 3. Working with Relational Data/8. Getting Books of a Publisher including Authors.mp471.86MB
  • 3. Working with Relational Data/9. Deleting Relational Data With Entity Framework Core.mp486.69MB
  • 4. Error & Exception Handling/1. Introduction to Error & Exception Handling.mp43.24MB
  • 4. Error & Exception Handling/2. HTTP Response Status Codes.mp452.31MB
  • 4. Error & Exception Handling/3. Error Handling with Try-Catch-Finally Block.mp474.79MB
  • 4. Error & Exception Handling/4. Creating Custom Exceptions in .NET Core.mp464.6MB
  • 4. Error & Exception Handling/5. Handling Errors Globally with the Built-In Middleware.mp491.67MB
  • 4. Error & Exception Handling/6. Handling Errors Globally with the Custom Middleware.mp456.36MB
  • 4. Error & Exception Handling/7. Summary of Error and Exception Handling.mp41.9MB
  • 5. Controller Action Return Types/1. Introduction to Controller Action Return Types.mp43.71MB
  • 5. Controller Action Return Types/2. Specific Type.mp49.83MB
  • 5. Controller Action Return Types/3. IActionResult.mp415.56MB
  • 5. Controller Action Return Types/4. ActionResultType.mp418.89MB
  • 5. Controller Action Return Types/5. Custom Return Type.mp469.16MB
  • 5. Controller Action Return Types/6. Summary of Controller Action Return Types.mp42.3MB
  • 6. Sorting, Filtering and Paging/1. Introduction.mp430.66MB
  • 6. Sorting, Filtering and Paging/2. Adding Server Side Sorting.mp432.37MB
  • 6. Sorting, Filtering and Paging/3. Adding Server Side Filtering.mp419.48MB
  • 6. Sorting, Filtering and Paging/4. Adding Server Side Paging.mp470.41MB
  • 6. Sorting, Filtering and Paging/5. Summary.mp41.83MB
  • 7. Asp.NET Core Web API Versioning/1. Getting Started.mp43.49MB
  • 7. Asp.NET Core Web API Versioning/2. Setting up Versioning in .NET Web API.mp428.09MB
  • 7. Asp.NET Core Web API Versioning/3. Query String-Based versioning in Web API.mp420.94MB
  • 7. Asp.NET Core Web API Versioning/4. URL Based Versioning.mp410.35MB
  • 7. Asp.NET Core Web API Versioning/5. HTTP Header-Based Versioning.mp432.01MB
  • 7. Asp.NET Core Web API Versioning/6. HTTP Media Type-Based Versioning.mp415.27MB
  • 7. Asp.NET Core Web API Versioning/7. Summary.mp43.66MB
  • 8. Asp.Net Core Web API Logging with Serilog/1. Introduction to Logging.mp42.22MB
  • 8. Asp.Net Core Web API Logging with Serilog/2. The What, Why and How of Logging.mp412.1MB
  • 8. Asp.Net Core Web API Logging with Serilog/3. Setting up Serilog in Web API.mp435.35MB
  • 8. Asp.Net Core Web API Logging with Serilog/4. Logging to a File using Serilog.mp4112.71MB
  • 8. Asp.Net Core Web API Logging with Serilog/5. Adding a new Log table using EFCore migrations.mp439.79MB
  • 8. Asp.Net Core Web API Logging with Serilog/6. Logging to an SQL Table using Serilog.mp461.04MB
  • 8. Asp.Net Core Web API Logging with Serilog/7. Retreiving all logs from the database.mp459.91MB
  • 8. Asp.Net Core Web API Logging with Serilog/8. Summary of Logging.mp42.15MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/1. Introduction to Unit Testing.mp47.93MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/10. Unit Testing DeletePublisherById method in PublishersService.mp44.31MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/11. Challenge Set Up Unit Testing in a Controller.mp44.32MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/12. Solution Set Up Unit Testing in a Controller.mp450.62MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/13. Unit Testing HttpGet(get-all-publishers)] in PublishersController.mp4100.52MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/14. Challenge Unit Testing [HttpGet(get-publisher-by-id{id})].mp43.35MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/15. Solution Unit Testing [HttpGet(get-publisher-by-id{id})].mp470.6MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/16. Unit Testing [HttpPost(add-publisher)] in PublishersController.mp434.39MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/17. Unit Testing [HttpDelete(delete-publisher-by-id{id})] in PublishersController.mp434.29MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/18. Summary of Unit Testing.mp42.83MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/2. Choosing a Unit Testing Framework.mp44.66MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/3. Setting up Unit Testing Environment.mp437.49MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/4. Setting Up Unit Testing In-Memory DB.mp461.6MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/5. Unit Testing GetAllPublishers in PublishersService.mp4116.24MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/6. Challenge Unit Testing GetPublisherById in PublishersService.mp43.09MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/7. Solution Unit Testing GetPublisherById in PublishersService.mp433.54MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/8. Unit Testing AddPublisher in PublishersService.mp457.59MB
  • 9. Unit Testing .NET Core Web APIs using NUnit/9. Unit Testing GetPublisherData method in PublishersService.mp452.25MB