Externally indexed torrent
If you are the original uploader, contact staff to have it moved to your account
Textbook in PDF format
Build professional-grade full-stack web applications using C# and ASP.NET Core.
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
Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast.
about the technology
Developers love ASP.NET Core for its libraries and pre-built components that maximize productivity. This awesome web framework empowers you to build web applications using HTTP APIs, server-side rendered HTML, and long-running server processes all using the same familiar structure and components. Version 7.0 takes full advantage of new C# features, easy-to-build minimal APIs, and big performance upgrades.
ASP.NET Core is a cross-platform, open-source, application framework that you can use to quickly build dynamic web applications. You can use ASP.NET Core to build server-rendered web applications, backend server applications, HTTP APIs that can be consumed by mobile applications, and much more. ASP.NET Core runs on .NET 7, which is the latest version of.NET Core—a high performance, cross-platform, open-source runtime.
Getting_started_with_ASP.NET_Core
Part_1_Getting_started_with_minimal_APIs
Understanding_ASP.NET_Core
Your_first_application
Handling_requests_with_the_middleware_pipeline
Creating_a_JSON_API_with_minimal_APIs
Mapping_URLs_to_endpoints_using_routing
Model_binding_and_validation_in_minimal_APIs
Part_2_Building_complete_applications
An_introduction_to_dependency_injection
Registering_services_with_dependency_injection
Configuring_an_ASP.NET_Core_application
Documenting_APIs_with_OpenAPI
Part_3_Generating_HTML_with_Razor_Pages_and_MVC