ASP.NET Core in Action, Third Edition (MEAP V12)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Build professional-grade full-stack web applications using C# and ASP.NET Core. ASP.NET Core in Action, Third Edition is a comprehensive guide to creating web applications with ASP.NET Core 7.0. In it, Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications, and you’ll quickly progress from HTTP concepts to advanced framework customization. Illustrations and annotated code make learning visual and easy, while hands-on examples demonstrate logins, dependency injection, security, and more. This updated edition covers the latest features and new paradigms of ASP.NET Core 7, such as minimal APIs and minimal hosting. In ASP.NET Core in Action, Third Edition you’ll learn how to: • Build minimal APIs for serving JSON to client-side applications • Create dynamic, server-side rendered applications using Razor Pages • User authentication and authorization • Store data using Entity Framework Core • Unit and integration tests for ASP.NET Core applications • Write custom middleware and components

Author(s): Andrew Lock
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 973

Copyright_2023_Manning_Publications
welcome
1_Getting_started_with_ASP.NET_Core
Part_1_Getting_started_with_minimal_APIs
2_Understanding_ASP.NET_Core
3_Your_first_application
4_Handling_requests_with_the_middleware_pipeline
5_Creating_a_JSON_API_with_minimal_APIs
6_Mapping_URLs_to_endpoints_using_routing
7_Model_binding_and_validation_in_minimal_APIs
Part_2_Building_complete_applications
8_An_introduction_to_dependency_injection
9_Registering_services_with_dependency_injection
10_Configuring_an_ASP.NET_Core_application
11_Documenting_APIs_with_OpenAPI
12_Saving_data_with_Entity_Framework_Core
Part_3_Generating_HTML_with_Razor_Pages_and_MVC
13_Creating_a_website_with_Razor_Pages
14_Mapping_URLs_to_Razor_Pages_using_routing
15_Generating_responses_with_page_handlers_in_Razor_Pages
16_Binding_and_validating_requests_with_Razor_Pages
17_Rendering_HTML_using_Razor_views
18_Building_forms_with_Tag_Helpers
19_Creating_a_website_with_MVC_controllers
20_Creating_an_HTTP_API_using_web_API_controllers
21_The_MVC_and_Razor_Pages_filter_pipeline
22_Creating_custom_MVC_and_Razor_Page_filters
23_Authentication:_Adding_users_to_your_application_with_Identity
25_Authentication_and_authorization_for_APIs
26_Monitoring_and_troubleshooting_errors_with_logging