This section provides an overview of what asp.net-web-api is, and why a developer might want to use it.
It should also mention any large subjects within asp.net-web-api, and link out to the related topics. Since the Documentation for asp.net-web-api is new, you may need to create initial versions of those related topics.
Examples to get you up and running quickly (and correctly) with ASP.NET WebAPI
Caching is the process of storing data somewhere for the future requests, in our case we can avoid the unwanted hit to database to get the data if we cache the data somewhere, this way we can make sure that the data is served in a faster manner.
Currently, Attribute Routes doesn't have Controller specific Message Handlers
. As there is no way to specify Which handler to execute for which route at the time of declaration. This is possible in Conventional Routing
.