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

Pro ASP.NET Web API Security: Securing ASP.MET Web API, Lakshmiraghavan Badrinarayanan


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

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

Автор: Lakshmiraghavan Badrinarayanan
Название:  Pro ASP.NET Web API Security: Securing ASP.MET Web API
ISBN: 9781430257820
Издательство: Springer
Классификация:

ISBN-10: 1430257822
Обложка/Формат: Paperback
Страницы: 416
Вес: 0.78 кг.
Дата издания: 17.04.2013
Язык: English
Издание: 1st ed.
Иллюстрации: Black & white illustrations
Размер: 192 x 235 x 23
Читательская аудитория: General (us: trade)
Подзаголовок: Securing asp.net web api
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: 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.

Modern api design with asp.net core 2

Автор: Reynders, Fanie
Название: Modern api design with asp.net core 2
ISBN: 1484235185 ISBN-13(EAN): 9781484235188
Издательство: Springer
Рейтинг:
Цена: 4611.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You’ll progress from the basics of the framework through to solving the complex problems encountered in implementing secure RESTful services. The book is packed full of examples showing how Microsoft’s ground-up rewrite of ASP.NET Core 2 enables native cross-platform applications that are fast and modular, allowing your cloud-ready server applications to scale as your business grows.
Major topics covered in the book include the fundamentals and core concepts of ASP.NET Core 2. You'll learn about building RESTful APIs with the MVC pattern using proven best practices and following the six principles of REST. Examples in the book help in learning to develop world-class web APIs and applications that can run on any platform, including Windows, Linux, and MacOS. You can even deploy to Microsoft Azure and automate your delivery by implementing Continuous Integration and Continuous Deployment pipelines.
What You Will Learn
Incorporate automated API tooling such as Swagger from the OpenAPI specificationStandardize query and response formats using Facebook’s GraphQL query languageImplement security by applying authentication and authorization using ASP.NET IdentityEnsure the safe storage of sensitive data using the data protection stackCreate unit and integration tests to guarantee code quality
Who This Book Is For
Developers who build server applications such as web sites and web APIs that need to run fast and cross platform; programmers who want to implement practical solutions for real-world problems; those who want in-depth knowledge of the latest bits of ASP.NET Core 2.0
.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.
Practical api architecture and development with azure and aws

Автор: Vijayakumar, Thurupathan
Название: Practical api architecture and development with azure and aws
ISBN: 1484235541 ISBN-13(EAN): 9781484235546
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn the business and technical importance of API design and architecture using the available cloud services from Azure and AWS.

This book starts off with an introduction to APIs and the concept of API Economy from a business and organizational perspective. You'll decide on a sustainable API strategy and API architecture based on different case scenarios.
You'll then look at actual examples on API development guidelines, providing a practical view and approach towards the API development and aligning teams in API development. This book walks you through the API gateway services available in Azure and AWS and reviews different approaches to API Security. This will prepare you for understanding the trade-off between security and the frictionless API experience.
What You'll Learn
Implement API Gateways to streamline API DevelopmentExamine Security Mapping with API gateways from Azure and AWSApply API implementation using Serverless architectureReview evolving APIs for monitoring and changing business requirementsUse code samples in API security implementations
Who This Book Is For
Developers and architects with .NET and web development experience who want to learn about API design.
Microsoft Dynamics CRM API Development for Online and On-Premise Environments

Автор: Mark Beckner; Triston Arisawa
Название: Microsoft Dynamics CRM API Development for Online and On-Premise Environments
ISBN: 1430263466 ISBN-13(EAN): 9781430263463
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Foreword by Ismail Nalwala, Principal, IOTAP.

Practical API Design

Автор: Jaroslav Tulach
Название: Practical API Design
ISBN: 1430211725 ISBN-13(EAN): 9781430211723
Издательство: Springer
Рейтинг:
Цена: 9540.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: "Softcover re-print of the Hardcover 1st edition 2008"--Title page verso.


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