Practical ASP.NET Web API

  • 4h 44m
  • Badrinarayanan Lakshmiraghavan
  • Apress
  • 2013

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

About the Author

Badrinarayanan Lakshmiraghavan has fifteen years of information technology experience in all phases of the software development life cycle, including technology consulting and advisory roles in multiple technologies. He has been programming on the Microsoft technology stack since the days of Visual Basic 3.0.

Badri is currently a senior technology architect with Global Technology Consulting—Microsoft Center of Excellence of Cognizant (NASDAQ: CTSH), a Fortune 500 company. He occasionally blogs at lbadri.wordpress.com/. Badri's coordinates are 12.9758° N, 80.2205° E on the third rock from the yellow-dwarf star that lies close to the inner rim of the Orion arm of Milky Way Galaxy.

In this Book

  • Building a Basic Web API
  • Debugging and Tracing
  • Media-Type Formatting CLR Objects
  • Customizing Response
  • Binding an HTTP Request into CLR Objects
  • Validating Requests
  • Managing Controller Dependencies
  • Extending the Pipeline
  • Hosting ASP.NET Web API
  • Securing ASP.Net Web API
  • Consuming Asp.Net Web API
  • Building a Performant Web API
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE