buchspektrum Internet-Buchhandlung

Neuerscheinungen 2014

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Badrinarayana Lakshmiraghavan

Practical ASP.NET Web API


1st ed. 2014. xv, 340 S. 36 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2014
ISBN: 1-430-26175-7 (1430261757)
Neue ISBN: 978-1-430-26175-9 (9781430261759)

Preis und Lieferzeit: Bitte klicken


Practical ASP.NET Web API provides you with a hands-on and code-focused demonstration of the ASP.NET Web API in action. From the very beginning, youŽll be writing working code in order to see best practices and concepts in action. As the book progresses, the concepts and code will become more sophisticated. Beginning with an overview of the web service model in general and Web API in particular, youŽll progress quickly to a detailed exploration of the request binding and response formatting that lie at the heart of Web API. YouŽll investigate various scenarios and see how they can be manipulated to achieve the results you need.

Later in the book more sophisticated themes will be introduced that will set your applications apart from the crowd. YouŽll learn how you can validate the request messages on arrival, how you can create loosely coupled controllers, extend the pipeline processing to compartmentalize your code for security and unit testing before being put onto a live hosting server.

Building a Basic Web API
Debugging HTTP
Formatting CLR Objects into HTTP Response
Customizing Response
Binding HTTP Request into CLR Objects
Validating Request
Managing Controller Dependencies
Extending Pipeline
Hosting ASP.NET Web API
Securing ASP.NET Web API
Consuming ASP.NET Web API
Building Performant Web API