Practical ASP.NET Web API


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.

What you’ll learn

  • What ASP.NET Web API is and how it can be used effectively
  • Ways to optimize your code for readability and performance
  • What controller dependencies are and why they matter
  • How to maintain robust security across your projects
  • Reliable best-practices for using Web API in a professional context

Who this book is for
The book is ideal for any .NET developer who wants to learn how the ASP.NET Web API framework works in a realistic setting. A good working knowledge of C# and the .NET framework and a familiarity with Visual Studio are the only pre-requisites to benefit from this book.

Table of Contents
Chapter 1. Building a Basic Web API
Chapter 2. Debugging and Tracing
Chapter 3. Media-Type Formatting CLR Objects
Chapter 4. Customizing Response
Chapter 5. Binding an HTTP Request into CLR Objects
Chapter 6. Validating Requests
Chapter 7. Managing Controller Dependencies
Chapter 8. Extending the Pipeline
Chapter 9. Hosting ASP.NET Web API
Chapter 10. Securing ASP.NET Web API
Chapter 11. Consuming ASP.NET Web API
Chapter 12. Building a Performant Web API

Book Details

  • Paperback: 340 pages
  • Publisher: Apress (August 2013)
  • Language: English
  • ISBN-10: 1430261757
  • ISBN-13: 978-1430261759
Download [6.7 MiB]

You may also like...

Leave a Reply