ASP.NET API 부수적으로 알아야할 기능들.
overall
http://www.asp.net/media/4071077/aspnet-web-api-poster.pdf
formats of model Binding
http://www.asp.net/web-api/overview/formats-and-model-binding
Self Hosting
http://www.asp.net/web-api/overview/older-versions/self-host-a-web-api
About WebApiConfig Class
http://www.asp.net/web-api/overview/advanced/configuring-aspnet-web-api
Routing
http://www.asp.net/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api
Message handler
http://www.asp.net/web-api/overview/advanced/http-message-handlers
Model Validation
http://www.asp.net/web-api/overview/formats-and-model-binding/model-validation-in-aspnet-web-api
.NET CLIENT CALLING
http://www.asp.net/web-api/overview/advanced/calling-a-web-api-from-a-net-client
WEB API NINJECTION
http://www.asp.net/web-api/overview/advanced/dependency-injection
unit testing
http://www.asp.net/web-api/overview/testing-and-debugging/unit-testing-with-aspnet-web-api