Building web services with Microsoft Azure : (Record no. 2789097)

MARC details
000 -LEADER
fixed length control field 06741cam a2200853Ii 4500
001 - CONTROL NUMBER
control field ocn911187135
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712013313.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 150618s2015 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency DEBBG
-- YDXCP
-- EBLCP
-- IDEBK
-- E7B
-- DEBSZ
-- COO
-- TEFOD
-- OCLCQ
-- MERUC
-- OCLCQ
-- OCLCF
-- CEF
-- N$T
-- AU@
-- UKMGB
-- OCLCQ
-- WYU
-- UAB
-- OCLCO
-- UKAHL
-- OCLCQ
-- OCLCO
-- AUW
-- OCLCQ
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018007244
Source Uk
019 ## -
-- 910815626
-- 913922088
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781784395698
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1784395692
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781784398378
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1784398373
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV042683735
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043620699
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 433956453
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 446589438
029 1# - (OCLC)
OCLC library identifier GBVCP
System control number 832481939
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018007244
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)911187135
Canceled/invalid control number (OCoLC)910815626
-- (OCoLC)913922088
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000605
Source of stock number/acquisition Safari Books Online
037 ## - SOURCE OF ACQUISITION
Stock number 69EF2309-E2BF-48F6-B8DD-45551C96059C
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.88813
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 060180
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 091000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.74
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Belotserkovskiy, Alex,
Relator term author.
9 (RLIN) 1067223
245 10 - TITLE STATEMENT
Title Building web services with Microsoft Azure :
Remainder of title quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure /
Statement of responsibility, etc Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman.
246 30 - VARYING FORM OF TITLE
Title proper/short title Quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure
264 #1 -
-- Birmingham, UK :
-- Packt Publishing,
-- 2015.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Professional expertise distilled
588 0# -
-- Online resource; title from cover (Safari, viewed June 11, 2015).
520 ## - SUMMARY, ETC.
Summary, etc If you are a .NET developer who wants to develop end-to-end RESTful applications in the cloud, then this book is for you. A working knowledge of C♯ will help you get the most out of this book.
500 ## - GENERAL NOTE
General note Includes index.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Introduction; Getting to know HTTP; An HTTP request/response; HTTP methods; HTTP status codes; Other HTTP goodies; Header field definitions; Content negotiation; HTTP 2.0; HTTP and .NET; The rise of REST; The REST style of services; Web API and Microsoft Azure; Summary; Chapter 1: Getting Started with the ASP.NET Web API; The ASP.NET Web API framework; Background; Building blocks; Design principles behind the ASP.NET Web API; Application scenarios.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Behind the scenes with the ASP.NET Web APIAnatomy of the API of ASP.NET Web API; DelegatingHandler; HttpRequestMessage; HttpResponseMessage; ApiController; Other important types; Message lifecycle; Host listener; Routing and dispatching; Controller processing; Creating our first ASP.NET Web API; Prerequisites; Creating the ASP.NET Web API project; Defininig an ASP.NET data model; Defining an ASP.NET Web API controller; Testing the Web API; Testing in a browser; Testing with HttpClient; Committing changes to Git; Deploying the ASP.NET Web API using Azure Websites; Deploying to Azure Websites.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Continuous Deployment using Azure WebsitesSummary; Chapter 2: Extending the ASP.NET Web API; Attribute routing; Custom route discovery using IDirectRouteProvider; Content negotiation; Customizing content negotiation; Customizing media formatters; Securing the ASP.NET Web API; Authentication and Authorization filters; Creating an Azure AD directory; Enabling authentication for the Web API project; Configuring the Web API in Azure AD; Enabling Authorization for the controller; Testing our secure Web API; Creating the test client; Configuring the test client in Azure AD; Updating the test client.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note HostingSummary; Chapter 3: API Management; Azure API Management; Managing a Web API; Creating an API Management service; Configuring the API Management service; Creating API operations; Adding an operation; Adding an authorization server; Configuring an API with an authorization server; Adding a product; Consuming the Web API; Summary; Chapter 4: Developing a Web API for Mobile Apps; Azure Mobile Services; Features of Azure Mobile Services; Core services; The API of Azure Mobile Services; TableController; ApiServices; EntityData; Domain Manager; Creating a Web API using Mobile Services.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating the projectDefining the data model; Record; Doctor; Creating the controller; Testing the mobile service; Testing in a browser; Testing using a Windows 8.1 application; Deploying to Azure Mobile Services; Leftovers; Summary; Chapter 5: Connecting Applications with Microsoft Azure Service Bus; Azure Service Bus; What is Azure Service Bus?; Patterns; Publish/Subscribe; Messaging bridge; Dead Letter Channel and Invalid Message Channel; Content Based Router and Recipient List; Splitter and Aggregator; Resequencer; The BrokeredMessage object; How do you create elements of the Service Bus?
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Windows Azure.
9 (RLIN) 290626
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Windows Azure.
Source of heading or term fast
-- (OCoLC)fst01796039
9 (RLIN) 290626
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web services
General subdivision Computer programs.
9 (RLIN) 1028860
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
9 (RLIN) 119956
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Services Web
General subdivision Logiciels.
9 (RLIN) 1028861
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Infonuagique.
9 (RLIN) 876625
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Web
-- Web Services & APIs.
Source of heading or term bisacsh
9 (RLIN) 916584
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Cloud Computing.
Source of heading or term bisacsh
9 (RLIN) 947205
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
Source of heading or term fast
-- (OCoLC)fst01745899
9 (RLIN) 119956
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Sachdeva, Nikhil,
Relator term author.
9 (RLIN) 1067224
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Kaufman, Stephen,
Relator term author.
9 (RLIN) 1067225
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Belotserkovskiy, Alex.
Title Building Web Services with Microsoft Azure.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2015
International Standard Book Number 9781784398378
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Professional expertise distilled.
9 (RLIN) 354370
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH28646289
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL2058663
938 ## -
-- ebrary
-- EBRY
-- ebr11060792
938 ## -
-- EBSCOhost
-- EBSC
-- 999649
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis31663057
938 ## -
-- YBP Library Services
-- YANK
-- 12455512
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library