Freeman Adam / Фриман Адам - Pro ASP.NET Core 7, 10th Edition [2023, PDF, ENG]

Reply to topic
DL-List and Torrent activity
Size:  63 MB   |    Registered:  1 year 6 months   |    Completed:  4 times
Seeders:  433  [  0 KB/s  ]   Leechers:  37  [  0 KB/s  ]   Show peers in full details
 
   
 
 
Author Message

Download WYSIWYG ®

Gender: Male

Longevity: 10 years

Posts: 1539

Post 22-Nov-2023 06:05

[Quote]

Pro ASP.NET Core 7, 10th Edition
Год издания: 2023
Автор: Freeman Adam / Фриман Адам
Издательство: Manning Publications Co.
ISBN: 978-1-6334-3782-1
Язык: Английский
Формат: PDF
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 1256
Описание: 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 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 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, and the MVC framework. It maintains the style and structure of popular previous editions, with content updated for ASP.NET Core’s latest evolution.
About the technology
ASP.NET Core 7 gives you everything you need to create awesome web apps in C#. This powerful framework handles anything you throw at it, from high-volume HTTP requests and RESTful web services, to efficient HTML and CSS round trips and WebAssembly for rich user interactions.
About the book
Pro ASP.NET Core 7 is the industry-leading guide to building web applications with ASP.NET Core. In it, you’ll build a realistic online store as you learn about web services, authentication and authorization, container deployment, and more. Author Adam Freeman’s comfortable style mentors you through advanced topics like RESTful web services, Razor Pages for HTML responses, and data access with Entity Framework Core. Engaging hands-on examples show you how each tool works in action.
What’s inside
The ASP.NET Core request pipeline
RESTful web services with MVC controllers
Rich interactive applications with Blazor
Authenticate requests using ASP.NET Core Identity
About the reader
For web developers experienced with C# and the basics of .NET.
About the author
Adam Freeman has written over a dozen bestselling books on software development. He has held numerous senior IT positions, most recently as CTO and COO of a global bank. The technical editor on this book is Fabio Claudio Ferracchiati.
В десятом издании этого ведущего в отрасли руководства по ASP.NET Core рассказывается обо всем, что вам нужно знать для создания простых, расширяемых и облачных веб-приложений.
Внутри Pro ASP.NET Core 7 вы узнаете, как:
Настроить конвейер запросов ASP.NET Core для обработки запросов
Создавайте веб-сервисы RESTful с помощью контроллеров MVC
Создавайте HTML-ответы с помощью Razor и Razor Pages
Создавайте интерактивные веб-приложения с помощью Blazor
Получайте доступ к данным с помощью Entity Framework Core
Аутентифицируйте запросы с помощью ASP.NET Core Identity
Pro ASP.NET Core - признанный бестселлер и библия для веб-разработчиков .NET. Десятки тысяч читателей извлекли пользу из всестороннего освещения ключевых инструментов и техник ASP.NET. Теперь в ее десятом издании, это пересмотренное руководство было полностью обновлено .Объем 7, при обширных глав на страницах бритвы, Blazor, и фреймворка. Он сохраняет стиль и структуру популярные предыдущие издания, с содержанием обновлены для последних эволюции ASP.NET ядро.
О технологии
ASP.NET Core 7 предоставляет вам все необходимое для создания потрясающих веб-приложений на C#. Этот мощный фреймворк обрабатывает все, что вы ему предлагаете, от больших объемов HTTP-запросов и веб-сервисов RESTful до эффективных обходов HTML и CSS и WebAssembly для полноценного взаимодействия с пользователем.
О книге
Pro ASP.NET Core 7 - это ведущее в отрасли руководство по созданию веб-приложений с помощью ASP.NET Core. В нем вы создадите реалистичный интернет-магазин, узнав о веб-сервисах, аутентификации и авторизации, развертывании контейнеров и многом другом. Удобный стиль автора Адама Фримена поможет вам разобраться в таких продвинутых темах, как веб-сервисы RESTful, страницы Razor для HTML-ответов и доступ к данным с помощью Entity Framework Core. Увлекательные практические примеры покажут вам, как работает каждый инструмент в действии.
Что находится внутри
Конвейер запросов ASP.NET Core
Веб-сервисы RESTful с контроллерами MVC
Богатые интерактивные приложения с Blazor
Аутентифицируйте запросы с помощью ASP.NET Core Identity
О читателе
Для веб-разработчиков, имеющих опыт работы с C# и основами .NET.
Об авторе
Адам Фриман написал более десятка книг-бестселлеров по разработке программного обеспечения. Он занимал множество руководящих должностей в сфере ИТ, в последнее время - технический директор и главный операционный директор глобального банка. Техническим редактором этой книги является Фабио Клаудио Ферраккьяти.

Примеры страниц

Оглавление

1 Putting ASP.NET Core in context
Part 1
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
Part 2
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
Part 3
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
Part 4
32 Creating the example project
33 Using Blazor Server, part 1
34 Using Blazor Server, part 2
35 Advanced Blazor features
36 Blazor forms and data
37 Using Blazor WebAssembly
38 Using ASP.NET Core Identity
39 Applying ASP.NET Core Identity
[solely-soft.top].t188361.torrent
Torrent: Registered [ 2023-11-22 06:05 ] · 370B7907F18F46E04BDCCA143651DEEAEE25F2D9

20 KB

Status: checked
Completed: 4 times
Size: 63 MB
Rate: 
(Vote: 0)
Have thanked: 0  Thanks
Freeman Adam / Фриман Адам - Pro ASP.NET Core 7, 10th Edition [2023, PDF, ENG] download torrent for free and without registration
[Profile] [PM]
Forum Topic Author Size
Web design and programming Freeman Adam / Фриман Адам - Essential TypeScript 5, 3rd Edition / Основы TypeScript 5, 3-е издание [2023, PDF, ENG] Download WYSIWYG 54 MB
Web design and programming Freeman Adam / Фриман Адам - Pro Angular 16, 6rd Edition / Pro Angular 16, 6-е издание [2024, PDF, ENG] Download WYSIWYG 14 MB
Display posts:    
Reply to topic

Current time is: 04-Jun 01:03

All times are UTC + 2



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum