Pro ASP.NET Core 7, Tenth Edition (MEAP v4)

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"

Now in its tenth edition, this industry-leading guide to ASP.NET Core teaches everything you need to know to create easy, extensible, and cloud-native web applications. Inside Pro ASP.NET Core 7, Tenth Edition you will learn how to Configure the ASP.NET Core request pipeline to handle requests Create RESTful web services with MVC controllers Create HTML responses with Razor and Razor Pages Create richly interactive web applications with Blazor Access data using Entity Framework Core Authenticate requests using ASP.NET Core Identity Pro ASP.NET Core, Tenth Edition is an acclaimed bestseller, and a bible for .NET web developers. Tens of thousands of readers have benefited from its comprehensive coverage of ASP.NET’s key tools and techniques. Now in its tenth edition, this revised guide has been fully updated to .NET 7, with extensive chapters on Razor Pages, Blazor, MVC Core, and other new features. about the technology ASP.NET Core 7 is the latest version of Microsoft’s comprehensive web development framework. It gives C# developers everything they need to create scalable and robust web apps. This powerful framework can handle anything you throw at it—HTTP requests from all clients, delivering raw data responses for RESTful web services, HTML and CSS for round-trip clients, and even WASM code for rich interactions. about the book Pro ASP.NET Core 7 is the tenth edition of Adam Freeman’s industry-leading handbook to building web applications ASP.NET Core. It maintains the style and structure of popular previous editions, with content updated for ASP.NET Core’s latest evolution. You’ll dive right into the foundations of web app development. Learn about web services, HTML responses, authentication and authorization, and container deployment as you build a realistic sports online store. You’ll then explore ASP.NET’s more advanced capabilities, including MVC for RESTful web services, Razor Pages for HTML responses, Blazor for client-side interaction, and data access with Entity Framework Core. Throughout the book, engaging hands-on examples show you how each tool works in action. about the reader For web developers experienced with C# and the basics of .NET. about the author Adam Freeman is an experienced IT professional who started his career as a programmer. He has held senior positions in a range of companies, most recently serving as Chief Technology Officer and Chief Operating Officer of a global bank. He has written 49 programming books, focusing mostly on web application development.

Author(s): Adam Freeman
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 1410

Copyright_2023_Manning_Publications
welcome
1_Putting_ASP.NET_Core_in_context
2_Getting_started
3_Your_first_ASP.NET_Core_application
4_Using_the_development_tools
5_Essential_C#_features
6_Testing_ASP.NET_Core_applications
7_SportsStore:_A_real_application
8_SportsStore:_Navigation_and_cart
9_SportsStore:_Completing_the_cart
10_SportsStore:_Administration
11_SportsStore:_Security_and_deployment
12_Understanding_the_ASP.NET_Core_platform
13_Using_URL_routing
14_Using_dependency_injection
15_Using_the_platform_features,_part_1
16_Using_the_platform_features,_part_2
17_Working_with_data
18_Creating_the_example_project
19_Creating_RESTful_web_services
20_Advanced_web_service_features
21_Using_controllers_with_views,_part_I
22_Using_controllers_with_views,_part_II
23_Using_Razor_pages
24_Using_view_components
25_Using_tag_helpers
26_Using_the_built-in_tag_helpers
27_Using_the_forms_tag_helpers
28_Using_model_binding
29_Using_model_validation
30_Using_filters
31_Creating_form_applications
32_Creating_the_example_project