ASP.NET Core in Action
Год издания: 2018
Автор: Lock A.
Издательство: Manning
ISBN: 978-1617294617
Язык: Английский
Формат: PDF
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 714
Описание: ASP.NET Core in Action is for C# developers without any web development experience who want to get started and productive fast using ASP.NET Core 2.0 to build web applications.
Оглавление
PART 1 GETTING STARTED WITH MVC 1
1 Getting started with ASP.NET Core 3
2 Your first application 28
3 Handling requests with the middleware pipeline 61
4 Creating web pages with MVC controllers 93
5 Mapping URLs to methods using conventional routing 120
6 The binding model: retrieving and validating user input 148
7 Rendering HTML using Razor views 174
8 Building forms with Tag Helpers 204
9 Creating a Web API for mobile and client applications using MVC 234
PART 2 BUILDING COMPLETE APPLICATIONS 265
10 Service configuration with dependency injection 267
11 Configuring an ASP.NET Core application 303
12 Saving data with Entity Framework Core 334
13 The MVC filter pipeline 369
14 Authentication: adding users to your application with Identity 400
15 Authorization: securing your application 432
16 Publishing and deploying your application 461
PART 3 EXTENDING YOUR APPLICATIONS 499
17 Monitoring and troubleshooting errors with logging 501
18 Improving your application’s security 534
19 Building custom components 572
20 Testing your application 607