Language

Testing and Debugging

In this chapter, you'll learn:
Testing and debugging ASP.NET Web API

  1. Tracing in ASP.NET Web API

    By Mike Wasson|

    Shows how to enable tracing in ASP.NET Web API.

  2. ASP.NET Web API Tracing (Preview)

    The ASP.NET Web API Tracing preview package allows the Web API framework and user code to trace activities to System.Diagnostics. This package provides an implementation of ITraceWriter.

  3. Memory Tracing Sample

    This sample project creates a Nuget package that will install a custom in-memory trace writer into ASP.NET Web API applications.

  4. Debugging ASP.NET Web API with Route Debugger

    This blog post describes the Route Debugger tool, written by Troy Dai, which helps to debug routing errors in ASP.NET Web API.

Web API Books

Microsoft's Jon Galloway recommends these books for learning ASP.NET MVC:

Pro ASP.NET Web API

Pro ASP.NET Web API

by Tugberk Ugurlu, Alexander Zeitler

Designing Evolvable Web APIs with ASP.NET

Designing Evolvable Web APIs with ASP.NET

by Glenn Block, Pablo Cibraro, Pedro Felix, Howard Dierking, Darrel Miller

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish

by Jamie Kurtz