Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition 264108

Код товару: 264108Паперова книга
  • ISBN
    978-1633437821
  • Бренд
  • Автор
  • Рік
    2023
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
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.
1'740 ₴
Купити
Monobank
до 10 платежей
от 195 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition - фото 1
Інші книги Manning
Django in Action
282314
Christopher Trudeau
1'400 ₴
Grokking Algorithms. An Illustrated Guide for Programmers and Other Curious People
244339
Aditya Bhargava
330 ₴
Acing the System Design Interview
272104
Zhiyong Tan
1'170 ₴
Haskell in Depth
276062
Vitaly Bragilevsky
780 ₴
Unit Testing Principles, Practices, and Patterns: Effective testing styles, patterns, and reliable automation for unit testing, mocking, and integration testing with examples in C# First Edition
276060
Vladimir Khorikov
450 ₴
Deep Learning for Vision Systems 1st Edition
276078
Mohamed Elgendy
980 ₴
Rust in Action 1st Edition
276057
Tim McNamara
780 ₴
C# in Depth, 3rd Edition
14365
Jon Skeet
1'100 ₴
Platform Engineering on Kubernetes
273860
Mauricio Salatino
1'700 ₴
Grokking Artificial Intelligence Algorithms: Understand and apply the core algorithms of deep learning and artificial intelligence in this friendly illustrated guide including exercises and examples 1st Edition
253614
Rishal Hurbans
399 ₴420 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Номер видання
    10-те вид.
  • Рік
    2023
  • Сторінок
    1256
  • Формат
    165х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
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.

Зміст

Table of Contents
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

Відгуки про Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition

Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition
Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition
1'740 ₴
Купити
Персонально для вас
Pro ASP.NET Web API Security: Securing ASP.NET Web API (Expert's Voice in .NET) 1st ed. Edition
190037
Lakshmiraghavan B.
700 ₴
ASP.NET Core and Angular 2
40962
Valerio De Sanctis
950 ₴
Pro ASP.NET Core MVC
40963
Adam Freeman
1'600 ₴
Modernizing .NET Web Applications: Everything You Need to Know About Migrating ASP.NET Web Applications to the Latest Version of .NET First Edition
291011
Tomas Herceg
1'800 ₴
Migrating ASP.NET Microservices to ASP.NET Core 8 Second Edition
295067
Iris Classon
1'800 ₴
Pro ASP.NET Core 6
255177
Adam Freeman
1'520 ₴1'900 ₴
Kotlin in Action, Second Edition 2nd Edition
289708
Sebastian AignerRoman ElizarovSvetlana IsakovaDmitry Jemerov
1'800 ₴
Designing Deep Learning Systems: A software engineer's guide
246935
Chi WangDonald Szeto
1'650 ₴
Mastering Go - Fourth Edition: Leverage Go's expertise for advanced utilities, empowering you to develop professional software 4th ed. Edition
281125
Mihalis Tsoukalos
2'300 ₴
Google Anthos in Action: Manage hybrid and multi-cloud Kubernetes clusters
281498
Antonio Gulli et al.
1'400 ₴
Prometheus: Up & Running: Infrastructure and Application Performance Monitoring 2nd Edition
274006
Julien PivottoBrian Brazil
1'700 ₴
Web Development Career Master Plan: Learn what it means to be a web developer and launch your journey toward a career in the industry
282242
Frank W. Zammetti
1'800 ₴
Learn OpenAI Whisper: Transform your understanding of GenAI through robust and accurate speech processing solutions
282229
Josue Batista
1'700 ₴
Fundamentals of Analytics Engineering: An introduction to building end-to-end analytics solutions
278869
Dumky de WildeFanny KassapianJovan Gligorevic
1'600 ₴