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

Web Applications on Azure, Rob Reagan


Варианты приобретения
Цена: 6288.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

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

Автор: Rob Reagan
Название:  Web Applications on Azure
ISBN: 9781484229750
Издательство: Springer
Классификация:

ISBN-10: 1484229754
Обложка/Формат: Paperback
Вес: 0.93 кг.
Дата издания: 12.12.2017
Язык: English
Издание: 1st ed.
Иллюстрации: 181 illustrations, color; 2 illustrations, black and white; xxiii, 515 p. 183 illus., 181 illus. in color.
Размер: 180 x 261 x 32
Читательская аудитория: Postgraduate, research & scholarly
Основная тема: Computer Science
Подзаголовок: Developing for Global Scale
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

Build .NET apps on Microsoft Azure services that can grow to Internet scale. Learn how you can make smart application architecture decisions and follow best practices so that your website can handle tens of thousands of concurrent users and deliver your content globally.

Author Rob Reagan takes you through key Azure technologies targeted toward building web applications, and along the way shares his lessons learned in scaling out a real-world web application. After an overview of web application building blocks, the book dives into relational and NoSQL data storage options on Azure, including Azure Table Storage and CosmosDB. Youll then discover how to make best use of Redis Cache, Web Jobs, Messaging Queues, and more, alongside other tips, tricks, and troubleshooting advice for when things go wrong. The book concludes with a thorough exploration of best practices for deployment at scale.

What Youll Learn

  • Develop scalable architecture patterns on Azure with ASP.NET MVC
  • Understand the pros and cons of using SQL Azure vs. NoSQL solutions (Azure Tables, CosmosDB)
  • Perform data migration, backup, and recovery in SQL Azure
  • Use effective caching
  • Troubleshoot your web applications
  • Know best practices for deployment

  • Who This Book Is For

    Professional developers or serious hobbyists with experience developing web applications with ASP.NET MVC or Web API



    Practical Azure Application Development

    Автор: Thurupathan Vijayakumar
    Название: Practical Azure Application Development
    ISBN: 1484228162 ISBN-13(EAN): 9781484228166
    Издательство: Springer
    Рейтинг:
    Цена: 3912.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Get started and learn a step-by-step approach to application development using Microsoft Azure. Select the right services to solve the problem at hand in a cost-effective manner and explore the potential different services and how they can help in building enterprise applications. Azure has an ample amount of resources and tutorials, but most of them focus on specific services and explain those services on their own and in a given context. Practical Azure Application Development focuses on building complete solutions on Azure using different services. This book gives you the holistic approach to Azure as a solutions development platform. This book:

    • Covers Azure as a solution development platform for building applications
    • Provides real-world examples to understand why and when an Azure service is required
    • Discusses how Azure helps to achieve continuous improvement and expansion of an application
    • Provides application development experience from purchasing Azure to integrating with core Azure services, including an introduction to DevOps with VSTS
    What You'll Learn
    • Use Azure services to solve real-world software problems
    • Define the usage of Azure services and select the right services to solve the problem at hand
    • Make clear and less ambiguous decisions about using different Azure services
    • Take a holistic approach to Azure as a solution platform
    • Understand the basics of security, data protection, and cost controls in Azure
    Who This Book Is For
    Developers, software engineers, and architects who have experience in .NET and web development, but have little or no knowledge in planning and developing an application on Azure
    Azure Automation Using the ARM Model

    Автор: Shijimol Ambi Karthikeyan
    Название: Azure Automation Using the ARM Model
    ISBN: 1484232186 ISBN-13(EAN): 9781484232187
    Издательство: Springer
    Рейтинг:
    Цена: 3912.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Focus exclusively on the Azure Resource Manager (ARM) deployment model for Azure automation and gain in-depth knowledge of topics such as runbook authoring, different types of automation runbooks, and hybrid cloud automation.

    Programming Web Applications with Node, Express and Pug

    Автор: Krause
    Название: Programming Web Applications with Node, Express and Pug
    ISBN: 1484225104 ISBN-13(EAN): 9781484225103
    Издательство: Springer
    Рейтинг:
    Цена: 4191.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Learn how to program modern web applications using the full Node.js platform, including Node.js on the server, Express for middleware and routing, and Pug (formerly Jade) to simplify the creation of views.

    Node.js is the foundation of all full JavaScript apps and plenty of books cover its full usage. This book focuses on how to use it to create server-based, modern web applications. Using Node.js alongside Express and Pug - the brand new version of Jade - you can create modern web applications solely using JavaScript. This book teaches you how to structure and build your app from scratch, and make development easy.
    What You Will Learn
    Use NodeJS in general and particularly the features require to create web applicationsUnderstand middleware and how to develop using the Express frameworkExplore the template engine Pug (formerly Jade) and how you can integrate it with Express
    Who This Book Is For
    Developers of web applications who come from Java/J2EE, ASP.NET, PHP, Ruby on Rails and want to explore the capabilities of JavaScript based server apps. It’s suitable for beginners that have a basic understanding of JavaScript already.
    Introduction to Tornado: Modern Web Applications with Python

    Автор: Dory Michael, Parrish Allison, Berg Brendan
    Название: Introduction to Tornado: Modern Web Applications with Python
    ISBN: 1449309070 ISBN-13(EAN): 9781449309077
    Издательство: Wiley
    Рейтинг:
    Цена: 3008.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with performance in mind, aiming to solve the C10k problem, so by design it`s an extremely high-performance framework.

    Developing Backbone.js Applications

    Автор: Osmani Adnan
    Название: Developing Backbone.js Applications
    ISBN: 1449328253 ISBN-13(EAN): 9781449328252
    Издательство: Wiley
    Рейтинг:
    Цена: 5701.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: If you want to build your site`s frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. You`ll learn how to create structured JavaScript applications, using Backbone`s own flavor of model-view-controller (MVC) architecture.

    Professional Java for Web Applications

    Автор: Williams Nick
    Название: Professional Java for Web Applications
    ISBN: 1118656466 ISBN-13(EAN): 9781118656464
    Издательство: Wiley
    Рейтинг:
    Цена: 7524.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Boeing 727 pilot Scott McKay discovers a strange crate in the cargo hold little suspecting that it carries a thermo-nuclear bomb. Who is responsible? Can it be disposed of before it detonates? The clock has started ticking...From the author of `Pandora`s Clock` a gripping thriller, of the Tom Clancy genre. Previously announced in March `98 Guide. Publisher has raised the stakes on this one and will promote heavily.

    Developing Large Web Applications: Producing Code That Can Grow and Thrive

    Автор: Loudon Kyle
    Название: Developing Large Web Applications: Producing Code That Can Grow and Thrive
    ISBN: 0596803028 ISBN-13(EAN): 9780596803025
    Издательство: Wiley
    Рейтинг:
    Цена: 4434.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Presents you with practical steps for building websites that remain effective as they add features, functions, and users. This book helps you learn the virtues of modularity, encapsulation, abstraction, and loosely coupled components; and get comprehensive coverage of issues involving HTML, CSS, PHP, JavaScript and Ajax, and database interaction.


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