Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

ASP.NET Core 5 and Angular - Fourth Edition: Full-stack web development with .NET 5 and Angular 11, Sanctis Valerio De


Варианты приобретения
Цена: 14896.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2026-05-10
Ориентировочная дата поставки: Июнь
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Sanctis Valerio De
Название:  ASP.NET Core 5 and Angular - Fourth Edition: Full-stack web development with .NET 5 and Angular 11
ISBN: 9781800560338
Издательство: Packt Publishing
Классификация:


ISBN-10: 1800560338
Обложка/Формат: Paperback
Страницы: 746
Вес: 1.26 кг.
Дата издания: 29.01.2021
Язык: English
Издание: 4 revised edition
Размер: 23.50 x 19.05 x 3.78 cm
Читательская аудитория: General (us: trade)
Подзаголовок: Full-stack web development with .net 5 and angular 11, 4th edition
Рейтинг:
Поставляется из: США
Описание:

Build a simple, yet fully functional modern web application using .NET 5, Entity Framework Core, and Angular 11


Key Features

  • Comprehensively updated with the latest features and additions in ASP.NET Core 5 and Angular 11
  • Design, build, and deploy a Single Page Application or Progressive Web App with ASP.NET Core and Angular
  • Adopt a full stack approach to handle data management, Web APIs, application design, testing, SEO, security, and deployment


Book Description

Learning full-stack development calls for knowledge of both front-end and back-end web development. ASP.NET Core 5 and Angular will get you started with Angular to build robust web applications as well as the .NET 5 and Web API Controllers to implement API calls and server-side routing in the backend. This fully revised edition includes side-by-side comparison of the Visual Studio Angular App vs NG App and coverage of the Angular Routing Module.


You will learn to build a data model with Entity Framework Core, alongside utilizing the Entity Core Fluent API and Entity Type Configuration class. As you progress, you will learn to handle user input with Angular reactive forms and frontend and backend validators for maximum effect. You will later explore the advanced debugging and unit testing features provided by xUnit.net (.NET 5) and Jasmine, as well as Karma for Angular.

Further, you will dive deep into progressive web applications (PWAs), learning their technical requirements, testing, and converting SWAs to PWAs. Finally, you will learn to deploy apps on Windows, Linux, and Azure using IIS, Kestrel, and Nginx.

By the end of this book, you will be equipped with the skills you need to create, debug, and deploy efficient web applications using ASP.NET Core and Angular.


What You Will Learn

  • Implement a Web API interface with ASP.NET Core and consume it with Angular using RxJS Observables
  • Set up an SQL database server using a local instance or a cloud data store
  • Perform C# and TypeScript debugging using Visual Studio 2019
  • Create TDD and BDD unit tests using xUnit, Jasmine, and Karma
  • Explore EF Core Fluent API and EntityTypeConfiguration classes
  • Perform DBMS structured logging using third-party providers such as SeriLog
  • Deploy the Web Application to Windows and Linux web servers, or to cloud-based PaaS solutions


Who this book is for

This book is for experienced ASP.NET developers who already possess some experience with ASP.NET Core and Angular and are looking to learn how to use them together to create production-ready Single Page Applications (SPAs) or Progressive Web Applications (PWAs).

However, the fully documented code samples (also available on GitHub) and the step-by-step implementation tutorials make this book easy-to-understand - even for beginners.




The Lost Army

Автор: Manfredi Valerio Massimo
Название: The Lost Army
ISBN: 0330473131 ISBN-13(EAN): 9780330473132
Издательство: Pan Macmillan
Рейтинг:
Цена: 807.00 р.
Наличие на складе: Поставка под заказ.

ASP.NET Core 2 and Angular 5

Автор: de Sanctis Valerio
Название: ASP.NET Core 2 and Angular 5
ISBN: 1788293606 ISBN-13(EAN): 9781788293600
Издательство: Неизвестно
Цена: 9378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Develop a simple, yet fully-functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5.

Key Features

  • Based on the best-selling book ASP.NET Core and Angular 2
  • Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular
  • Bring together the capabilities and features of both Angular 5 and ASP.NET Core 2 for full stack development
  • Discover a comprehensive approach to building your next web project-From managing data, to application design, through to SEO optimization and security

Book Description

Become fluent in both frontend and backend web development by combining the impressive capabilities of ASP.NET Core 2 and Angular 5 from project setup right through the deployment phase.

Full-stack web development means being able to work on both the frontend and backend portions of an application. The frontend is the part that users will see or interact with, while the backend is the underlying engine, that handles the logical flow: server configuration, data storage and retrieval, database interactions, user authentication, and more.

Use the ASP.NET Core MVC framework to implement the backend with API calls and server-side routing. Learn how to put the frontend together using top-notch Angular 5 features such as two-way binding, Observables, and Dependency Injection, build the Data Model with Entity Framework Core, style the frontend with CSS/LESS for a responsive and mobile-friendly UI, handle user input with Forms and Validators, explore different authentication techniques, including the support for third-party OAuth2 providers such as Facebook, and deploy the application using Windows Server, SQL Server, and the IIS/Kestrel reverse proxy.

What you will learn

  • Use ASP.NET Core to its full extent to create a versatile backend layer based on RESTful APIs
  • Consume backend APIs with the brand new Angular 5 HttpClient and use RxJS Observers to feed the frontend UI asynchronously
  • Implement an authentication and authorization layer using ASP.NET Identity to support user login with integrated and third-party OAuth 2 providers
  • Configure a web application in order to accept user-defined data and persist it into the database using server-side APIs
  • Secure your application against threats and vulnerabilities in a time efficient way
  • Connect different aspects of the ASP. NET Core framework ecosystem and make them interact with each other for a Full-Stack web development experience

Who this book is for

This book is for seasoned ASP.NET developers who already know about ASP.NET Core and Angular in general, but want to know more about them and/or understand how to blend them together to craft a production-ready SPA.

Secret Campania - Pompeii, Amalfi Coast and Naples Area

Автор: Franchini Maria, Grimaldi Valerio Ceva
Название: Secret Campania - Pompeii, Amalfi Coast and Naples Area
ISBN: 2361952750 ISBN-13(EAN): 9782361952754
Издательство: Неизвестно
Рейтинг:
Цена: 2374.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Let Secret Campania guide you around the unusual and unfamiliar. Step off the beaten track with this fascinating Campania guide book and let our local expert show you the well-hidden treasures of this amazing Italian region. Ideal for local inhabitants and curious visitors alike.

Rome, Christian, and Papal

Автор: Sanctis L. De
Название: Rome, Christian, and Papal
ISBN: 1117872254 ISBN-13(EAN): 9781117872254
Издательство: Неизвестно
Цена: 3690.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Pharaoh

Автор: Manfredi Valerio Massimo
Название: Pharaoh
ISBN: 0330456954 ISBN-13(EAN): 9780330456951
Издательство: Pan Macmillan
Рейтинг:
Цена: 692.00 р.
Наличие на складе: Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия