Общая информация
Название The Complete Guide to ASP.NET Core (.NET 5) Web API
Тип
Размер 2.88Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001. Getting Started.mp4 13.78Мб
001. Getting Started-en-auto.srt 4.60Кб
002. Installing Asp.Net Core SDK and Runtime.mp4 33.56Мб
002. Installing Asp.Net Core SDK and Runtime-en-auto.srt 4.88Кб
003. New Web API project with Visual Studio.mp4 37.92Мб
003. New Web API project with Visual Studio-en-auto.srt 6.15Кб
004. Default Asp.Net Core Project Files.mp4 50.49Мб
004. Default Asp.Net Core Project Files-en-auto.srt 7.79Кб
005. Testing the Web API Project with Postman and Swagger.mp4 34.29Мб
005. Testing the Web API Project with Postman and Swagger-en-auto.srt 5.74Кб
006. Summary.mp4 1.98Мб
006. Summary-en-auto.srt 844б
007. Getting Started.mp4 5.30Мб
007. Getting Started-en-auto.srt 1.63Кб
008. Adding a Book Model Class.mp4 30.65Мб
008. Adding a Book Model Class-en-auto.srt 5.99Кб
009. Adding Your EF Core DB Context.mp4 60.10Мб
009. Adding Your EF Core DB Context-en-auto.srt 8.29Кб
010. Adding Your First EF Core Migration.mp4 48.31Мб
010. Adding Your First EF Core Migration-en-auto.srt 6.10Кб
011. Seeding Your Database With Data.mp4 81.79Мб
011. Seeding Your Database With Data-en-auto.srt 9.70Кб
012. Adding Your First Web API Controller.mp4 15.84Мб
012. Adding Your First Web API Controller-en-auto.srt 3.04Кб
013. Adding a New Book [HttpPost].mp4 87.83Мб
013. Adding a New Book [HttpPost]-en-auto.srt 11.86Кб
014. Listing All Books [HttpGet].mp4 64.37Мб
014. Listing All Books [HttpGet].srt 9.20Кб
015. Updating an Existing Book [HttpPut].mp4 49.64Мб
015. Updating an Existing Book [HttpPut]-en-auto.srt 6.62Кб
016. Deleting an Existing Book [HttpDelete].mp4 33.17Мб
016. Deleting an Existing Book [HttpDelete]-en-auto.srt 3.62Кб
017. Summary.mp4 3.92Мб
017. Summary-en-auto.srt 1.51Кб
018. Getting Started with Relational Data Management.mp4 6.97Мб
018. Getting Started with Relational Data Management-en-auto.srt 2.38Кб
019. One-to-Many Relationships in Entity Framework Core.mp4 39.61Мб
019. One-to-Many Relationships in Entity Framework Core-en-auto.srt 8.15Кб
020. Many-to-Many Relationships in Entity Framework Core.mp4 72.55Мб
020. Many-to-Many Relationships in Entity Framework Core-en-auto.srt 13.34Кб
021. Adding Author and Publisher Services to Web API.mp4 110.31Мб
021. Adding Author and Publisher Services to Web API-en-auto.srt 14.92Кб
022. Adding Relational Data With [HttpPost].mp4 76.25Мб
022. Adding Relational Data With [HttpPost]-en-auto.srt 10.75Кб
023. Getting Authors of a Book with [HttpGet].mp4 43.04Мб
023. Getting Authors of a Book with [HttpGet]-en-auto.srt 4.70Кб
024. Getting Books of an Author with [HttpGet].mp4 48.23Мб
024. Getting Books of an Author with [HttpGet]-en-auto.srt 5.72Кб
025. Getting Books of a Publisher including Authors.mp4 71.86Мб
025. Getting Books of a Publisher including Authors-en-auto.srt 8.35Кб
026. Deleting Relational Data With Entity Framework Core.mp4 86.69Мб
026. Deleting Relational Data With Entity Framework Core-en-auto.srt 13.06Кб
027. Summary.mp4 4.97Мб
027. Summary-en-auto.srt 2.05Кб
028. Introduction to Error & Exception Handling.mp4 3.24Мб
028. Introduction to Error & Exception Handling-en-auto.srt 1.34Кб
029. HTTP Response Status Codes.mp4 52.31Мб
029. HTTP Response Status Codes-en-auto.srt 9.44Кб
030. Error Handling with Try-Catch-Finally Block.mp4 74.79Мб
030. Error Handling with Try-Catch-Finally Block-en-auto.srt 13.23Кб
031. Creating Custom Exceptions in .NET Core.mp4 64.60Мб
031. Creating Custom Exceptions in .NET Core-en-auto.srt 8.18Кб
032. Handling Errors Globally with the Built-In Middleware.mp4 91.67Мб
032. Handling Errors Globally with the Built-In Middleware-en-auto.srt 10.65Кб
033. Handling Errors Globally with the Custom Middleware.mp4 56.36Мб
033. Handling Errors Globally with the Custom Middleware-en-auto.srt 6.91Кб
034. Summary of Error and Exception Handling.mp4 1.90Мб
034. Summary of Error and Exception Handling-en-auto.srt 818б
035. Introduction to Controller Action Return Types.mp4 3.71Мб
035. Introduction to Controller Action Return Types-en-auto.srt 1.38Кб
036. Specific Type.mp4 9.83Мб
036. Specific Type-en-auto.srt 1.40Кб
037. IActionResult.mp4 15.56Мб
037. IActionResult-en-auto.srt 2.97Кб
038. ActionResultType.mp4 18.89Мб
038. ActionResultType-en-auto.srt 2.54Кб
039. Custom Return Type.mp4 69.16Мб
039. Custom Return Type-en-auto.srt 8.51Кб
040. Summary of Controller Action Return Types.mp4 2.30Мб
040. Summary of Controller Action Return Types-en-auto.srt 887б
041. Introduction.mp4 30.66Мб
041. Introduction-en-auto.srt 5.04Кб
042. Adding Server Side Sorting.mp4 32.37Мб
042. Adding Server Side Sorting-en-auto.srt 4.72Кб
043. Adding Server Side Filtering.mp4 19.48Мб
043. Adding Server Side Filtering-en-auto.srt 2.89Кб
044. Adding Server Side Paging.mp4 70.41Мб
044. Adding Server Side Paging-en-auto.srt 10.69Кб
045. Summary.mp4 1.83Мб
045. Summary-en-auto.srt 629б
046. Getting Started.mp4 3.49Мб
046. Getting Started-en-auto.srt 1.01Кб
047. Setting up Versioning in .NET Web API.mp4 28.09Мб
047. Setting up Versioning in .NET Web API-en-auto.srt 4.21Кб
048. Query String-Based versioning in Web API.mp4 20.94Мб
048. Query String-Based versioning in Web API-en-auto.srt 4.05Кб
049. URL Based Versioning.mp4 10.35Мб
049. URL Based Versioning-en-auto.srt 2.32Кб
050. HTTP Header-Based Versioning.mp4 32.01Мб
050. HTTP Header-Based Versioning-en-auto.srt 4.70Кб
051. HTTP Media Type-Based Versioning.mp4 15.27Мб
051. HTTP Media Type-Based Versioning-en-auto.srt 2.56Кб
052. Summary.mp4 3.66Мб
052. Summary-en-auto.srt 1.49Кб
053. Introduction to Logging.mp4 2.22Мб
053. Introduction to Logging-en-auto.srt 837б
054. The What, Why and How of Logging.mp4 12.10Мб
054. The What, Why and How of Logging-en-auto.srt 4.67Кб
055. Setting up Serilog in Web API.mp4 35.35Мб
055. Setting up Serilog in Web API-en-auto.srt 3.99Кб
056. Logging to a File using Serilog.mp4 112.71Мб
056. Logging to a File using Serilog-en-auto.srt 16.08Кб
057. Adding a new Log table using EFCore migrations.mp4 39.79Мб
057. Adding a new Log table using EFCore migrations-en-auto.srt 5.33Кб
058. Logging to an SQL Table using Serilog.mp4 61.04Мб
058. Logging to an SQL Table using Serilog-en-auto.srt 7.96Кб
059. Retreiving all logs from the database.mp4 59.91Мб
059. Retreiving all logs from the database-en-auto.srt 7.00Кб
060. Summary of Logging.mp4 2.15Мб
060. Summary of Logging-en-auto.srt 1.05Кб
061. Introduction to Unit Testing.mp4 7.93Мб
061. Introduction to Unit Testing-en-auto.srt 3.79Кб
062. Choosing a Unit Testing Framework.mp4 4.66Мб
062. Choosing a Unit Testing Framework-en-auto.srt 1.78Кб
063. Setting up Unit Testing Environment.mp4 37.49Мб
063. Setting up Unit Testing Environment-en-auto.srt 6.21Кб
064. Setting Up Unit Testing In-Memory DB.mp4 61.60Мб
064. Setting Up Unit Testing In-Memory DB-en-auto.srt 8.49Кб
065. Unit Testing GetAllPublishers in PublishersService.mp4 116.24Мб
065. Unit Testing GetAllPublishers in PublishersService-en-auto.srt 13.93Кб
066. Challenge Unit Testing GetPublisherById in PublishersService.mp4 3.09Мб
066. Challenge Unit Testing GetPublisherById in PublishersService-en-auto.srt 439б
067. Solution Unit Testing GetPublisherById in PublishersService.mp4 33.54Мб
067. Solution Unit Testing GetPublisherById in PublishersService-en-auto.srt 3.47Кб
068. Unit Testing AddPublisher in PublishersService.mp4 57.59Мб
068. Unit Testing AddPublisher in PublishersService-en-auto.srt 5.86Кб
069. Unit Testing GetPublisherData method in PublishersService.mp4 52.25Мб
069. Unit Testing GetPublisherData method in PublishersService-en-auto.srt 5.34Кб
070. Unit Testing DeletePublisherById method in PublishersService.mp4 4.31Мб
070. Unit Testing DeletePublisherById method in PublishersService-en-auto.srt 1.12Кб
071. Challenge Set Up Unit Testing in a Controller.mp4 4.32Мб
071. Challenge Set Up Unit Testing in a Controller-en-auto.srt 1.12Кб
072. Solution Set Up Unit Testing in a Controller.mp4 50.62Мб
072. Solution Set Up Unit Testing in a Controller-en-auto.srt 6.02Кб
073. Unit Testing HttpGet(get-all-publishers)] in PublishersController.mp4 100.52Мб
073. Unit Testing HttpGet(get-all-publishers)] in PublishersController-en-auto.srt 10.78Кб
074. Challenge Unit Testing [HttpGet(get-publisher-by-id{id})].mp4 3.35Мб
074. Challenge Unit Testing [HttpGet(get-publisher-by-id{id})]-en-auto.srt 427б
075. Solution Unit Testing [HttpGet(get-publisher-by-id{id})].mp4 70.60Мб
075. Solution Unit Testing [HttpGet(get-publisher-by-id{id})]-en-auto.srt 7.17Кб
076. Unit Testing [HttpPost(add-publisher)] in PublishersController.mp4 34.39Мб
076. Unit Testing [HttpPost(add-publisher)] in PublishersController-en-auto.srt 4.02Кб
077. Unit Testing [HttpDelete(delete-publisher-by-id{id})] in PublishersController.mp4 34.29Мб
077. Unit Testing [HttpDelete(delete-publisher-by-id{id})] in PublishersController-en-auto.srt 4.45Кб
078. Summary of Unit Testing.mp4 2.83Мб
078. Summary of Unit Testing-en-auto.srt 1.40Кб
complete-guide-to-aspnetcore-web-api.zip 191.58Кб
Source code - Link to GitHub.html 124б
Статистика распространения по странам
Россия (RU) 8
США (US) 2
Греция (GR) 1
Болгария (BG) 1
Румыния (RO) 1
Грузия (GE) 1
Украина (UA) 1
Бразилия (BR) 1
Всего 16
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент