ASP.NET Web API 2 Recipes
provides you with the code to solve a full range of Web API problems and question marks that you might face when developing line-of-business applications.
ASP.NET Web API 2 Recipes
gives you an in-depth explanation for each of these scenarios and shows you how to use Web API with a vast array of .NET application development tools and external libraries, to solve common business problems. Find out how you can build custom web services with ASP.NET Web API more efficiently than ever.
Edition
Language
Place of publication
Target group
Illustrations
17 s/w Abbildungen
XXVI, 408 p. 17 illus.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 23 mm
Weight
ISBN-13
978-1-4302-5980-0 (9781430259800)
DOI
10.1007/978-1-4302-5981-7
Schweitzer Classification
Filip is the coordinator at the scriptcs project, a popular blogger (www.starthweb.com), a Microsoft ASP.NET MVP, open source contributor and a member of the ASP.NET Web API advisory group. He specializes in the ASP.NET web stack and modern Microsoft web technologies. He is experienced in delivering robust web solutions in corporate contexts and has worked on projects in many corners of the world including Canada, Switzerland, Finland, Poland and Scotland. Filip currently resides in Luzern, Switzerland. You can follow him on Twitter @filip_woj.
Chapter 1: ASP.NET Web API in ASP.NET Chapter 2: Hosting ASP.NET Web API outside of IIS Chapter 3: Routing Chapter 4: Content Negotiation and Media Types Chapter 5: Configuration and Customization Chapter 6: Embracing HTTP with ASP.NET Web API Chapter 7: Exceptions, Troubleshooting and Documenting Chapter 8: Cross Domain and Push Communication Chapter 9: Dependency Injection Chapter 10: Securing an ASP.NET Web API Service Chapter 11: Testing Your ASP.NET Web API Chapter 12: OData