Building_and_Securing_RESTful_APIs_in_ASP.NET_Core

mp4   Hot:176   Size:715.33 MB   Created:2017-09-15 14:39:24   Update:2017-10-08 14:13:12  

File List

  • 10_9._Forms_and_Modifying_Data/Create_a_POST_action.mp4 37.01 MB
    10_9._Forms_and_Modifying_Data/Delete_a_resource.mp4 9.2 MB
    10_9._Forms_and_Modifying_Data/Discoverable_queries_using_forms.mp4 10.07 MB
    10_9._Forms_and_Modifying_Data/Forms_in_ION.mp4 2.54 MB
    10_9._Forms_and_Modifying_Data/Serialize_the_form_metadata.mp4 13.54 MB
    11_10._Caching_and_Compression/Add_server-side_caching.mp4 11.06 MB
    11_10._Caching_and_Compression/Add_the_Cache-Control_header.mp4 6.36 MB
    11_10._Caching_and_Compression/Compress_responses.mp4 2.34 MB
    11_10._Caching_and_Compression/How_HTTP_caching_works.mp4 6.47 MB
    11_10._Caching_and_Compression/Support_the_ETag_header.mp4 15.35 MB
    12_11._Authentication_and_Authorization/Add_OpenIddict.mp4 11.72 MB
    12_11._Authentication_and_Authorization/Add_a_test_user.mp4 10.31 MB
    12_11._Authentication_and_Authorization/Add_a_token_endpoint.mp4 6.07 MB
    12_11._Authentication_and_Authorization/Add_identity.mp4 12.94 MB
    12_11._Authentication_and_Authorization/Authentication_for_REST_APIs.mp4 4.98 MB
    12_11._Authentication_and_Authorization/Authorization_using_policies.mp4 15.02 MB
    12_11._Authentication_and_Authorization/Create_a_me_route.mp4 12.3 MB
    12_11._Authentication_and_Authorization/Create_a_registration_route.mp4 15.07 MB
    12_11._Authentication_and_Authorization/Create_a_users_collection.mp4 13.09 MB
    12_11._Authentication_and_Authorization/How_HTTP_authentication_works.mp4 5.39 MB
    13_Conclusion/Summary.mp4 3.4 MB
    1_Introduction/Example_API_introduction.mp4 2.37 MB
    1_Introduction/How_to_use_the_exercise_files.mp4 993.66 KB
    1_Introduction/Welcome.mp4 5.95 MB
    1_Introduction/What_you_should_know.mp4 1.54 MB
    2_1._REST_API_Concepts/Full_and_partial_updates.mp4 2.88 MB
    2_1._REST_API_Concepts/HTTP_methods.mp4 7.9 MB
    2_1._REST_API_Concepts/REST_vs._RPC.mp4 5.85 MB
    2_1._REST_API_Concepts/Returning_JSON.mp4 3.06 MB
    2_1._REST_API_Concepts/Self-documentation_and_HATEOAS.mp4 5.77 MB
    2_1._REST_API_Concepts/The_ION_specification.mp4 2.2 MB
    2_1._REST_API_Concepts/What_is_REST.mp4 3.77 MB
    3_2._Building_a_Basic_API/Add_versioning_support.mp4 11.59 MB
    3_2._Building_a_Basic_API/Configure_MVC.mp4 6.03 MB
    3_2._Building_a_Basic_API/Create_a_new_project.mp4 3.11 MB
    3_2._Building_a_Basic_API/Create_a_root_controller.mp4 6.56 MB
    3_2._Building_a_Basic_API/Routing_to_controllers_with_templates.mp4 7.75 MB
    3_2._Building_a_Basic_API/Serialize_exceptions_as_JSON.mp4 17.05 MB
    3_2._Building_a_Basic_API/Test_with_Postman.mp4 2.29 MB
    3_2._Building_a_Basic_API/Update_the_media_type.mp4 8.6 MB
    3_2._Building_a_Basic_API/Versioning_the_API.mp4 4.28 MB
    4_3._Securing_the_API/Add_the_HSTS_header.mp4 7.03 MB
    4_3._Securing_the_API/Require_HTTPS.mp4 14.64 MB
    4_3._Securing_the_API/Test_HTTPS_locally.mp4 3.62 MB
    4_3._Securing_the_API/Transport_security_in_ASP.NET_Core.mp4 2.66 MB
    5_4._Representing_Resources/Create_a_resource_class.mp4 6.99 MB
    5_4._Representing_Resources/Create_data_model_classes.mp4 5.04 MB
    5_4._Representing_Resources/Load_data_from_configuration.mp4 5.89 MB
    5_4._Representing_Resources/Map_models_automatically.mp4 10.79 MB
    5_4._Representing_Resources/Move_data_access_to_a_service.mp4 14.23 MB
    5_4._Representing_Resources/Return_a_resource_from_a_controller.mp4 16.83 MB
    5_4._Representing_Resources/Return_data_from_a_controller.mp4 7.94 MB
    5_4._Representing_Resources/Seed_the_database_with_test_data.mp4 8.34 MB
    5_4._Representing_Resources/Set_up_an_in-memory_database.mp4 9.02 MB
    6_5._Representing_Links/Create_a_Link_class.mp4 14.89 MB
    6_5._Representing_Links/Rewrite_Links_with_a_filter.mp4 29.03 MB
    6_5._Representing_Links/Rewrite_resource_HREFs.mp4 10.63 MB
    7_6._Representing_Collections/Add_navigation_to_paged_collections.mp4 15.79 MB
    7_6._Representing_Collections/Add_pagination.mp4 24.82 MB
    7_6._Representing_Collections/Create_a_Collection_class.mp4 2.14 MB
    7_6._Representing_Collections/Paging_defaults_and_validation.mp4 15.73 MB
    7_6._Representing_Collections/Return_all_resources_in_a_collection.mp4 11.85 MB
    8_7._Sorting_Collections/Add_a_default_sort_term.mp4 9.64 MB
    8_7._Sorting_Collections/Add_sort_attributes.mp4 11.61 MB
    8_7._Sorting_Collections/Build_sort_expressions_dynamically.mp4 16.21 MB
    8_7._Sorting_Collections/Design_collection_sort.mp4 1.08 MB
    8_7._Sorting_Collections/Validate_sort_parameters.mp4 22.62 MB
    9_8._Searching_Collections/Add_comparison_operators.mp4 11.62 MB
    9_8._Searching_Collections/Add_search_attributes.mp4 11 MB
    9_8._Searching_Collections/Build_search_expressions_dynamically.mp4 15.15 MB
    9_8._Searching_Collections/Design_collection_search.mp4 1.14 MB
    9_8._Searching_Collections/Extend_search_to_other_types.mp4 19.39 MB
    9_8._Searching_Collections/Validate_search_parameters.mp4 24.22 MB

Download Info

  • Tips

    “Building_and_Securing_RESTful_APIs_in_ASP.NET_Core” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.