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

Practical API Design, Jaroslav Tulach


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

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

Автор: Jaroslav Tulach
Название:  Practical API Design
ISBN: 9781430211723
Издательство: Springer
Классификация:

ISBN-10: 1430211725
Обложка/Формат: Paperback
Страницы: 387
Вес: 0.71 кг.
Дата издания: 23.12.2014
Язык: English
Размер: 235 x 191 x 22
Основная тема: Computer Science
Подзаголовок: Confessions of a Java Framework Architect
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Softcover re-print of the Hardcover 1st edition 2008--Title page verso.


Enterprise Architecture Patterns: Practical Solutions for Recurring It-architecture Problems

Автор: Inversini, Reto
Название: Enterprise Architecture Patterns: Practical Solutions for Recurring It-architecture Problems
ISBN: 364237560X ISBN-13(EAN): 9783642375606
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Every enterprise architect faces similar problems when designing and governing the enterprise architecture of a medium to large enterprise.

.NET Development Using the Compiler API

Автор: Bock
Название: .NET Development Using the Compiler API
ISBN: 1484221109 ISBN-13(EAN): 9781484221105
Издательство: Springer
Рейтинг:
Цена: 2794.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This is the first book to describe the recent significant changes to the .NET compilation process and demonstrate how .NET developers can use the new Compiler API to create compelling applications. As an open source compiler, the Compiler API now makes its code available for anyone to use. In this book, you’ll get a concise, focused view of this tremendous resource for developers, who can now use any part of the platform implementation to their advantage in analyzing applications, improving code generation, and providing enforceable patterns, all under an OSS model.
You will learn how to analyze your code for defects in a fast, clean manner never available before. You’ll work with solutions and projects to provide automatic refactoring, and you’ll discover how you can generate code dynamically to provide application implementations at runtime
Having the Compiler API available opens a number of doors for .NET developers that were either simply not there before, or difficult to achieve. However, the API is vast, and this concise book provides a valuable roadmap to this new development environment.
What You Will Learn:
Understand how to generate, compile, and execute code for a number of scenariosHow to create diagnostics and refactoring to help developers enforce conventions and design idiomsExperiment with the compiler code base and see what can be done to influence the inner workings of the compilation pipeline
Who This Book Is For:
Experienced .NET developers, but detailed compiler knowledge is not necessary.
Pro ASP.NET Web API Security: Securing ASP.MET Web API

Автор: Lakshmiraghavan Badrinarayanan
Название: Pro ASP.NET Web API Security: Securing ASP.MET Web API
ISBN: 1430257822 ISBN-13(EAN): 9781430257820
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP.

With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with.

Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with if it can understand HTTP, then it can be secured by Web API. These SOAP-less security techniques are the focus of this book."

Expert ASP.NET Web API 2 for MVC Developers

Автор: Adam Freeman
Название: Expert ASP.NET Web API 2 for MVC Developers
ISBN: 1484200861 ISBN-13(EAN): 9781484200865
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Part I - Getting Started

1. Getting Started

2. Your First Web API Application

3. Essential Techniques

4. Understanding HTTP Web Services

5. SportsStore: Preparation

6. SportsStore: A RESTful Application

7. SportsStore: Creating the Clients

8. SportsStore: Deployment

Part II - Results and Parameter

9. The Anatomy of ASP.NET Web API

10. Creating and Configuring a Web API Application

11. Action Method Results

12. Creating Media Formatters

13. Using the Built-In Media Formatters

14. Understanding Parameter and Model Binding

15. Binding Simple Data Types

16. Binding Complex Data Types - Part 1

17. Binding Complex Data Types - Part 2

18. Model Validation

Part III - Dispatching Requests

19. Dispatching Requests

20. URL Routing - Part 1

21. URL Routing - Part 2

22. Controllers and Actions

23. Filters - Part 1

24. Filters - Part 2

25. Error Handling

26. Using OWIN

ASP.NET Web API 2: Building a Rest Service from Start to Fin

Автор: Kurtz Jamie
Название: ASP.NET Web API 2: Building a Rest Service from Start to Fin
ISBN: 1484201108 ISBN-13(EAN): 9781484201107
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The ASP.NET MVC Framework has always been a good platform on which to implement REST-based services, but the introduction of the ASP.NET Web API Framework raised the bar to a whole new level.Now in release version 2.1, the Web API Framework has evolved into a powerful and refreshingly usable platform.

Practical Knowledge-Based Systems in Conceptual Design

Автор: John C. Miles; Carolynne J. Moore
Название: Practical Knowledge-Based Systems in Conceptual Design
ISBN: 1447120442 ISBN-13(EAN): 9781447120445
Издательство: Springer
Рейтинг:
Цена: 13060.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Conceptual Design is one of the few areas of Engineering Design where computers have yet to make an impact. Practical Knowledge Based Systems in Conceptual Design is based on the authors` experience of developing KBS for use in civil engineering, an area of industrial application which is recognised as being one of great potential.

Practical Web Design for Absolute Beginners

Автор: West
Название: Practical Web Design for Absolute Beginners
ISBN: 1484219929 ISBN-13(EAN): 9781484219928
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn the fundamentals of modern web design, rather than relying on CMS programs, such as WordPress or Joomla!. You will be introduced to the essentials of good design and how to optimize for search engines. You will discover how to register a domain name and migrate a website to a remote host. Because you will have built the web pages yourself, you will know exactly how HTML and CSS work. You have will complete control over your websites and their maintenance.Practical Website Design for Absolute Beginners centers around introducing small amounts of new code in short practical chapters and provides many website templates that can be easily adapted for your own websites. Each chapter builds on the templates created in the previous chapter. You are provided with a practical project to complete in most chapters, and taught to produce practical web pages right from the start. In the first chapter you will install and configure a free text editor, then you will produce the structure for your first web page. You will then gradually learn to create more sophisticated and increasingly practical web pages and websites. In this book you will be encouraged by means of a series of achievable goals, and you will be rewarded by the knowledge that you are learning something valuable and really worthwhile. You will not have to plow through daunting chapters of disembodied code theory because the code is described and explained in context within each project. Because each project is fully illustrated, you will see clearly what you are expected to achieve as you create each web page.What You'll Learn Provides instructions for installing a text editor for producing HTML and CSS Shows you step-by-step how to build and test web pages and websitesTeaches you how to ensure that your websites are attractive and useful Describes how to make the most effective use of color and imagesTeaches you the essential features of search engine optimizationShows you how to migrate your website to a remote host

Who This Book Is For
Practical Website Design for Absolute Beginners is for people who want to begin designing their own websites. It uses a highly motivational, easily assimilated step-by-step approach where you will start learning practical skills from the very first chapter. The book is an excellent choice for people who have computer skills but would also like to learn HTML and CSS. For readers who have little or no knowledge of HTML and CSS, the book will teach enough to complete all the projects in the book.
Creating Maintainable APIs

Автор: Varga
Название: Creating Maintainable APIs
ISBN: 1484221958 ISBN-13(EAN): 9781484221952
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs.
The overall context of Creating Maintainable APIs is to classify the topics into four main areas: classes and interfaces, HTTP REST APIs, messaging APIs, and message payloads (XML, JSON and JSON API as well as Apache Avro).
What You Will Learn
Use object-oriented design constructs and their APIsCreate and manage HTTP REST APIsBuild and manage maintainable messaging APIs, including the use of Apache Kafka as a principal messaging hubHandle message payloads via JSON
Who This Book Is For
Any level software engineers and very experienced programmers.
Building APIs with Node.js

Автор: Pereira
Название: Building APIs with Node.js
ISBN: 1484224418 ISBN-13(EAN): 9781484224410
Издательство: Springer
Рейтинг:
Цена: 2794.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015).Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
What You Will Learn
How to build scalable APIs using the Node.js platformHow to use ES6, Express, Passport, ApiDoc, Mocha, Helmet and moreHow to integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js
Who This Book Is For
Ideal for developers who have a basic understanding of JavaScript and Node.js.

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