Packt DotNET Core Microservices The Complete Guide DotNET 6 MVC-XQZT | Apps-Tutorials | MKV | 8.50 GiB
868 kb/s 1920×1080 | AAC 2 CH eng
Another exquisit release
Packt.DotNET.Core.Microservices.The.Complete.Guide.DotNET.6.MVC-XQZT
Title: DotNET Core Microservices - The Complete Guide (DotNET 6 MVC)
Publisher: Packt
Category: Web Development
Size: 8701M
Files: 16F
Date: 2022-02-21
Course #: 9781803247793
Published: Packt
Updated: N/A
URL: https://www.packtpub.com/video/web_development/9781803247793
Author: Bhrugen Patel
Duration: 11 hours 46 minutes
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Learn the foundational elements of microservices by
incrementally building a real microservices-based
application with .NET 6
22M 01.01-introduction.mkv 32M 01.02-why_microservices.mkv 24M 01.03-course_overview.mkv 9.5M 01.04-prerequisite.mkv 35M 01.05-microservices_architecture.mkv 18M 01.06-project_architecture.mkv 12M 01.07-tools_needed.mkv 39M 01.08-what_we_will_build.mkv 5.4M 02.01-introduction.mkv 81M 02.02-.net_6_change.mkv 35M 02.03-create_project.mkv 19M 02.04-create_product_api_project.mkv 59M 02.05-nuget_packages_for_product_api.mkv 48M 02.06-configure_dbcontext_for_product_api.mkv 54M 02.07-create_tables_for_product_database.mkv 8.0M 03.01-introduction.mkv 42M 03.02-create_dtos_inside_product_api.mkv 28M 03.03-product_repository_interface.mkv 55M 03.04-automapper_configuration_in_product_api.mkv 58M 03.05-product_repository_implementation_part_1.mkv 50M 03.06-product_repository_implementation_part_2.mkv 79M 03.07-product_api_controller_httpget.mkv 24M 03.08-product_api_controller_post_put_delete.mkv 23M 03.09-seed_products_in_product_api.mkv 69M 03.10-azure_storage_explorer_for_images.mkv 64M 03.11-product_repository_interface_and_dtos.mkv 48M 03.12-base_service_interface_and_api_request_model.mkv 135M 03.13-base_service_implementation.mkv 72M 03.14-product_service_in_mango_web_project.mkv 27M 03.15-configure_productservice_and_httpclient_in_startup.mkv 61M 03.16-bootstrap_v5.mkv 3.1M 04.01-introduction.mkv 71M 04.02-product_controller_get_all_action.mkv 32M 04.03-api_call_debugging.mkv 48M 04.04-display_all_products.mkv 61M 04.05-create_product.mkv 53M 04.06-update_product.mkv 65M 04.07-delete_product.mkv 6.8M 05.01-introduction.mkv 31M 05.02-oauth2_and_openid_connect.mkv 22M 05.03-identity_server_introduction.mkv 25M 05.04-identity_server_terms.mkv 75M 05.05-integrate_quickstart_in_identity_server_service.mkv 28M 05.06-nuget_packages_for_identity_server.mkv 53M 05.07-dbcontext_for_identity_server.mkv 100M 05.08-configuring_apiscope_resource_and_clients_for_identity_server.mkv 57M 05.09-configuring_clients_in_identity_server.mkv 99M 05.10-configure_and_run_identity_server.mkv 143M 05.11-seed_users.mkv 140M 05.12-secure_product_api.mkv 96M 05.13-set_up_main_project_to_use_identity_server.mkv 36M 05.14-login_registration_redirection.mkv 104M 05.15-login_in_action.mkv 147M 05.16-register_user_from_ui.mkv 28M 05.17-token_inspection.mkv 88M 05.18-passing_custom_claims.mkv 55M 05.19-view_modified_token.mkv 81M 05.20-pass_token_and_perform_operations.mkv 3.6M 06.01-introduction.mkv 36M 06.02-create_index_action_method.mkv 51M 06.03-index_view_home_controller.mkv 27M 06.04-details_get_action_method.mkv 54M 06.05-details_view.mkv 5.0M 07.01-introduction.mkv 15M 07.02-create_shopping_cart_api.mkv 33M 07.03-nuget_package_for_shopping_cart_api.mkv 77M 07.04-set_up_startup_class_file_for_shopping_cart.mkv 82M 07.05-entity_models_for_shopping_cart_api.mkv 70M 07.06-create_dtos_and_push_models_to_shopping_cart_database.mkv 20M 07.07-mapping_configuration_for_shopping_cart.mkv 34M 07.08-cart_repository_interface_for_shopping_cart_api.mkv 90M 07.09-add_to_shopping_cart_repository_method.mkv 77M 07.10-update_shopping_cart_repository_method.mkv 82M 07.11-implement_cart_repository_get_and_remove.mkv 69M 07.12-cart_controller_for_api_endpoints.mkv 3.2M 08.01-introduction.mkv 41M 08.02-create_models_for_shopping_cart_api.mkv 27M 08.03-define_cart_service_interface.mkv 78M 08.04-configure_cart_service.mkv 90M 08.05-details_post_action_method.mkv 61M 08.06-demo-add_items_to_cart.mkv 3.5M 09.01-introduction.mkv 29M 09.02-add_cart_controller.mkv 61M 09.03-methods_to_load_shopping_cart.mkv 43M 09.04-debugging_api_call_to_shopping_cart.mkv 64M 09.05-shopping_cart_ui.mkv 29M 09.06-remove_items_from_cart.mkv 5.1M 10.01-introduction.mkv 30M 10.02-create_coupon_project_and_add_nuget_packages.mkv 50M 10.03-create_coupon_api_project.mkv 34M 10.04-coupon_models_and_dtos.mkv 37M 10.05-coupon_repository.mkv 34M 10.06-coupon_controller.mkv 4.2M 11.01-introduction.mkv 53M 11.02-configure_shopping_cart_api_with_new_methods.mkv 32M 11.03-logic_for_apply_or_remove_coupon_in_view.mkv 54M 11.04-cart_controller_and_service_for_applying_or_removing_coupon.mkv 37M 11.05-demo-apply_or_remove_coupon.mkv 46M 11.06-configure_cart_service_in_main_project.mkv 107M 11.07-demo-calling_coupon_microservice.mkv 65M 11.08-checkout_ui.mkv 41M 11.09-datetimepicker.mkv 5.0M 12.01-introduction.mkv 41M 12.02-checkout_message.mkv 40M 12.03-checkout_method_in_cart_service.mkv 35M 12.04-checkout_post_action.mkv 29M 12.05-demo-checkout_header_dto.mkv 14M 12.06-async_await_is_not_async_communication_in_the_project.mkv 38M 12.07-synchronous_versus_asynchronous_communication.mkv 5.5M 13.01-introduction.mkv 36M 13.02-azure_service_bus_overview.mkv 31M 13.03-create_azure_service_bus_with_topic_and_subscription.mkv 41M 13.04-message_bus_interface.mkv 46M 13.05-message_bus_sender_implementation.mkv 82M 13.06-send_message_to_topic.mkv 45M 13.07-upgrade_to_azure_messaging_servicebus.mkv 5.6M 14.01-introduction.mkv 33M 14.02-create_project.mkv 40M 14.03-adding_models_for_order_api.mkv 37M 14.04-startup_file_and_migrations.mkv 31M 14.05-order_repository_interface.mkv 39M 14.06-implement_order_repository.mkv 35M 14.07-configure_dbcontext_for_order_repository.mkv 71M 14.08-create_models_for_azure_messaging.mkv 47M 14.09-process_checkout_message_and_create_order_details_in_database.mkv 63M 14.10-setting_up_constants.mkv 92M 14.11-create_service_bus_processor.mkv 72M 14.12-set_up_auto_start_and_stop_for_service_bus_consumer.mkv 40M 14.13-demo_receive_message.mkv 4.7M 15.01-introduction.mkv 43M 15.02-create_coupon_repository_interface.mkv 35M 15.03-implement_coupon_repository.mkv 24M 15.04-configure_start_up_file_for_coupon_repository.mkv 29M 15.05-check_for_coupon_changes.mkv 84M 15.06-demo-synchronous_communication_and_alerts_display.mkv 9.0M 15.07-synchronous_communication_scenario.mkv 4.7M 16.01-introduction.mkv 27M 16.02-create_payment_processor_class_library.mkv 14M 16.03-payment_flow.mkv 49M 16.04-payment_status_models.mkv 35M 16.05-publish_payment_message.mkv 19M 16.06-demo-view_message_for_payment_request.mkv 71M 16.07-payment_api_to_consume_message.mkv 97M 16.08-payment_api_azure_service_bus_consumer.mkv 28M 16.09-demo-consume_payment_processing.mkv 69M 16.10-demo-consume_payment_status.mkv 37M 16.11-demo-complete_flow.mkv 5.4M 17.01-introduction.mkv 48M 17.02-use_queue_to_forward_message.mkv 66M 17.03-use_queue_for_checkout_message.mkv 39M 17.04-add_email_microservice.mkv 47M 17.05-set_up_email_service_project_part_1.mkv 100M 17.06-demo-view_message_for_payment_request.mkv 75M 17.07-azure_consumer_bus_for_email_service.mkv 37M 17.08-multiple_subscribers.mkv 5.0M 18.01-introduction.mkv 41M 18.02-ocelot_introduction.mkv 20M 18.03-create_project.mkv 34M 18.04-add_ocelot_to_the_gateway.mkv 112M 18.05-use_ocelot_to_retrieve_all_products.mkv 99M 18.06-ocelot_setup_for_products_api.mkv 134M 18.07-ocelot_for_other_endpoints.mkv 5.1M 19.01-introduction.mkv 27M 19.02-overview_rabbitmq.mkv 43M 19.03-exchange_types.mkv 44M 19.04-queues.mkv 27M 19.05-install_rabbitmq.mkv 27M 19.06-add_rabbitmq_nuget_to_project.mkv 62M 19.07-implement_rabbitmq_cart_message.mkv 60M 19.08-rabbitmq_send_checkout_message_to_queue.mkv 56M 19.09-set_up_rabbitmq_consumer_part_1.mkv 60M 19.10-set_up_rabbitmq_consumer_part_2.mkv 50M 19.11-demo-consumer_rabbitmqsender.mkv 36M 19.12-optimize_rabbitmqsender.mkv 56M 19.13-publish_message_from_order_api.mkv 81M 19.14-consume_message_from_order_api.mkv 45M 19.15-publish_to_fanout.mkv 60M 19.16-rabbitmq_payment_message_sender.mkv 134M 19.17-fanout_subscription_setup.mkv 62M 19.18-demo-fanout.mkv 56M 19.19-direct_exchange_rabbitmq_sender.mkv 86M 19.20-demo-direct_message.mkv 4.6M 9781803247793_Code.zip 8.5G total
File: packt.dotnet.core.microservices.the.complete.guide.dotnet.6.mvc-xqzt-sample.mkv Size: 6622515 bytes (6.32 MiB), duration: 00:01:01, avg.bitrate: 869 kb/s Audio: aac, 48000 Hz, stereo (eng) Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (eng)
Download Packt DotNET Core Microservices The Complete Guide DotNET 6 MVC-XQZT ( Size: 8.50 GiB ) :
Filehosts: Nitroflare, Rapidgator
Keywords: Packt, DotNET, Core, Microservices, The, Complete, Guide, DotNET, MVC, XQZTDownload from Nitroflare
5 Link/s
Download https://nitro.download/view/0E5940911AF5EE5/gjdgPaDoCoMiThCoGuDo6MVXQ.z01
https://nitro.download/view/C009372F7408BD2/gjdgPaDoCoMiThCoGuDo6MVXQ.z02
https://nitro.download/view/6A72CF5F58D7BAE/gjdgPaDoCoMiThCoGuDo6MVXQ.z03
https://nitro.download/view/D1F01164D0A8460/gjdgPaDoCoMiThCoGuDo6MVXQ.z04
https://nitro.download/view/6D0FCB5F85E8389/gjdgPaDoCoMiThCoGuDo6MVXQ.zipDownload from Rapidgator
5 Link/s
Download https://rapidgator.net/file/96264fd1ae18e3998d4a1ee4e804f1c7/gjdgPaDoCoMiThCoGuDo6MVXQ.z01.html
https://rapidgator.net/file/b7736d9dee1cc0432f0d740395d64aae/gjdgPaDoCoMiThCoGuDo6MVXQ.z02.html
https://rapidgator.net/file/d73beaee347df70bee3796cbf078676c/gjdgPaDoCoMiThCoGuDo6MVXQ.z03.html
https://rapidgator.net/file/a2ad0c10cc50463e035ef0195f255cfc/gjdgPaDoCoMiThCoGuDo6MVXQ.z04.html
https://rapidgator.net/file/e34258024f72e129d2bcd644e9b531ba/gjdgPaDoCoMiThCoGuDo6MVXQ.zip.html