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

Beginning XML with C# 7, Bipin Joshi


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

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

Автор: Bipin Joshi
Название:  Beginning XML with C# 7
ISBN: 9781484231043
Издательство: Springer
Классификация:

ISBN-10: 148423104X
Обложка/Формат: Paperback
Страницы: 457
Вес: 0.82 кг.
Дата издания: 28.11.2017
Язык: English
Издание: 2nd ed.
Иллюстрации: 213 illustrations, color; 19 illustrations, black and white; xxii, 453 p. 232 illus., 213 illus. in color.
Размер: 178 x 253 x 32
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: XML for Configuration, Documentation, and Data Access
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As youd expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You will see clear, practical examples that illustrate best practices in action. With this book, youll learn everything you need to know from the basics of reading and writing XML data to using the DOM, from LINQ and SQL Server integration to SOAP and web services.


      Старое издание

Pro Apache XML

Автор: Poornachandra Sarang
Название: Pro Apache XML
ISBN: 1430211784 ISBN-13(EAN): 9781430211785
Издательство: Springer
Рейтинг:
Цена: 5945.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Pro Apache XML thoroughly introduces several subprojects found under the Web Services-driven API umbrella. The book begins with a concise introduction to XML and Web Services. Subsequent chapters devote themselves to specific subprojects covering their purposes, APIs, implementation, and practical uses through appropriate code examples. Additional material includes

  • Introductions to several of the Apache Foundation's hottest projects, including Xerces, Axis, and Xindice
  • Building XML-driven websites using the popular Cocoon project
  • Transforming XML-based documents into a variety of formats, including PDF, SVG, and PS, using the Formatting Objects Processor (FOP) project

You'lll learn to perform tasks like validation, parsing, transformation, and storage and how to work with this information through a programming interface. You may either read this book from cover to cover or jump to any desired subproject for a detailed study of its implementation. All programming examples use the Java programming language.

The Definitive Guide to Berkeley DB XML

Автор: Daniel Brian
Название: The Definitive Guide to Berkeley DB XML
ISBN: 1430211822 ISBN-13(EAN): 9781430211822
Издательство: Springer
Рейтинг:
Цена: 7674.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book teaches the basics of XML with an original approach, using real-world examples from an interesting (and operating) environment with broad applicability. Programmers and engineers owe it to themselves to understand the technologies that are taught in this book.

Pro PHP XML and Web Services

Автор: Robert Richards
Название: Pro PHP XML and Web Services
ISBN: 1484220153 ISBN-13(EAN): 9781484220153
Издательство: Springer
Рейтинг:
Цена: 8427.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Author Rob Richards is a major contributor to the PHP XML codebase and is considered a leading expert on the topic in the PHP communityCovers the most leading-edge branch of PHP-currently 5.1 Practical, real-world examples with the Amazon, eBay, Yahoo, and Google web services APIs

Beginning Build and Release Management with TFS 2017 and VSTS

Автор: Chaminda Chandrasekara
Название: Beginning Build and Release Management with TFS 2017 and VSTS
ISBN: 1484228103 ISBN-13(EAN): 9781484228104
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn how to master build and release management with Team Foundation Service and Visual Studio Team Services to facilitate the continuous delivery of software updates to your development team.

You receive detailed, practical guidance on automating deployments of web sites in Azure App Service, database deployments to Azure platform, Micro Services deployments in Azure Service Fabric, and more. Each deployment is structured with the aid of hands-on lessons in a given target environment designed to empower your teams to achieve successful DevOps,

This book provides lessons on how to optimize build release management definitions using capabilities, such as task groups. With the help of practical scenarios, you'll also learn how to diagnose and fix issues in automated builds and deployments. You'll see how to enhance the capability of build and release management, using team services/TFS Marketplace extensions and writing your own extensions for any missing functionality via hands on lessons.

What you will Learn
  • Automate deployment to Azure platform, including Web App Service, Azure SQL and Azure Service Fabric.
  • Test automation integration with builds and deployments
  • Perform Dynamic CRM deployments handling and package management with TFS/VSTS
  • Examine requirement to production delivery traceability in practical terms
  • Review cross platform build/deployment capabilities of TFS/VSTS.

Who This Book Is For
Build/Release Engineers, Configuration Managers, Software Developers, Test Automation Engineers, System Engineers, Software Architects and System/Production Support Engineers or anyone who handles and involves in the software delivery process.
Beginning solid principles and design patterns for asp.net developers

Автор: Joshi, Bipin
Название: Beginning solid principles and design patterns for asp.net developers
ISBN: 1484218477 ISBN-13(EAN): 9781484218471
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 1. Overview of SOLID Principles and Design Patterns2. SOLID Principles3. Creational Patterns - Singleton, Factory Method and Prototype4. Creational Patterns - Abstract Factory and Builder5. Structural Patterns - Adapter, Bridge, Composite and Decorator6. Structural Patterns - Faзade, Flyweight and Proxy7. Behavioral Patterns - Chain of Responsibility, Command, Interpreter and Iterator8. Behavioral Patterns - Mediator, Memento and Observer9. Behavioral Patterns - State, Strategy, Template Method and Visitor10. Patterns of Enterprise Application Architecture - Repository, Unit of Work, Lazy Load and Service Layer11. JavaScript Code Organization Techniques and Patterns

Beginning PowerShell for SharePoint 2016

Автор: Nikolas Charlebois-Laprade; John Edward Naguib
Название: Beginning PowerShell for SharePoint 2016
ISBN: 1484228839 ISBN-13(EAN): 9781484228838
Издательство: Springer
Рейтинг:
Цена: 5309.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Explaining the concepts behind PowerShell, this book uses real-world examples and scripts to introduce PowerShell operations in the context of deploying, migrating, managing, and monitoring SharePoint 2016. It is aimed at Administrators, developers and DevOps engineers working with SharePoint 2016. No experience with PowerShell is required.

Beginning node.js

Автор: Syed, Basarat
Название: Beginning node.js
ISBN: 1484201884 ISBN-13(EAN): 9781484201886
Издательство: Springer
Рейтинг:
Цена: 5304.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Beginning Node.js is your step-by-step guide to learning all the aspects of creating maintainable Node.js applications.

Beginning responsive web design with html5 and css3

Автор: Fielding, Jonathan
Название: Beginning responsive web design with html5 and css3
ISBN: 1430266945 ISBN-13(EAN): 9781430266945
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Beginning Responsive Web Design with HTML5 and CSS3 is your step-by-step guide to learning how to embrace responsive design for all devices.

Beginning Backdrop CMS

Автор: Tomlinson
Название: Beginning Backdrop CMS
ISBN: 1484219694 ISBN-13(EAN): 9781484219690
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn what Backdrop CMS is and how it fulfills the role of a content management system, along with how to install and configure it. This book teaches how to create and manage content, taxonomy, users, page layouts, and menus to get the best site possible. You'll also see how to install on shared hosting – which is a focus of the Backdrop CMS team – to make hosting your website affordable.Backdrop CMS has a very strong community, and Beginning Backdrop CMS shows you how to leverage Backdrop CMS’s repository of contributed modules and themes to expand the functionality and look of your site, along with how to contribute your own material to the community. Beginning Backdrop CMS focuses on the user who is responsible for building, maintaining, and managing an organization's website and who is interested in Backdrop CMS’s ability to meet their site’s requirements. It covers why you should consider using a content management system when building a new web site. By reading this book, you will:Understand why you should use Backdrop CMS and the power of the platform. Build confidence in your ability to use Backdrop CMS. Gain the knowledge necessary to build, deploy, and manage web sites of moderate complexity on Backdrop CMS. Understand the process for migrating a Drupal 6 or 7 site to Backdrop CMS.
What You Will Learn
How to install a basic Backdrop CMS web site from scratch How to create content in your new Backdrop CMS web site How to create blocks How to create and manage menus and usersHow to create and use layouts when creating pages on your siteHow to create a Backdrop CMS theme The basics of a Backdrop CMS module
Who This Book is For:
This book is for technical users who need to use Backdrop CMS to create websites using the platform, manage content, as well as developers who are new to the Backdrop CMS platform. The book is also targeted at organizations that currently use Drupal 6 or 7 and who wish to remain on the base architecture of those platforms as they move forward on Backdrop CMS.
Beginning Oracle WebCenter Portal 12c

Автор: Kumar
Название: Beginning Oracle WebCenter Portal 12c
ISBN: 1484225317 ISBN-13(EAN): 9781484225318
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Develop enterprise portals with Oracle WebCenter Portal 12c software and enrich those applications with social computing services, including discussions, documents, blogs, wikis, tags, and links. This book covers all functionalities and aspects from a developer, architect, and administrator point of view.Enterprise portal technology is used for creating intranet and extranet portals which enhance collaboration within a company. The book is intended to complete and fill in the gaps of the official documentation from an administrator and developer perspective.Beginning Oracle WebCenter Portal 12c provides an overview of the architecture behind Oracle WebCenter Suite and the Oracle Fusion Middleware platform. Sample code written in Java is included along with best practices developed from the authors’ experience of using Oracle WebCenter Portal for building enterprise portals.
What you will learn:
Enterprise Portal and Oracle WebCenter Portal conceptsBasic administrator knowledgeBasic developer knowledgeOverview of the tools and services offered by Oracle WebCenter PortalHow to develop Portal Assets using JDeveloper IDEHow to develop new components(Portlets JSR-286 and ADF Task Flows) using JDeveloper IDEREST API integration with PortalEnterprise content management with Portal
Who this book is for:
Developers, architects, project managers and portal administrators in the Oracle Fusion Middleware (FMW) area. IT professionals working in FMW or WebLogic stack can also make use of this book.
Beginning Drupal 8

Автор: Tomlinson Todd
Название: Beginning Drupal 8
ISBN: 1430265809 ISBN-13(EAN): 9781430265801
Издательство: Springer
Рейтинг:
Цена: 5304.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The book covers what Drupal is, using Drupal when building a new web site, installing and configuring Drupal, creating and managing content, managing users, adding functionality to your web site through Drupal modules, and advanced topics on using themes, panels, and views.

Beginning App Development with Parse and PhoneGap

Автор: Alber Stephan
Название: Beginning App Development with Parse and PhoneGap
ISBN: 1484202368 ISBN-13(EAN): 9781484202364
Издательство: Springer
Рейтинг:
Цена: 4745.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Beginning App Development with Parse and PhoneGap teaches you how to start app development with Parse and PhoneGap: free and open source software.


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