• Home
  • Search Tags
  • About

asp.net-web-api

Topics related to asp.net-web-api:

Getting started with asp.net-web-api

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.

Web API Url Routing

Quick Start: Working with JSON

Examples to get you up and running quickly (and correctly) with ASP.NET WebAPI

ASP.NET WEB API CORS Enabling

OData with Asp.net Web API

Configure a Web API application to respond with pretty/formatted JSON data by defualt

ASP.NET Web API Content Negotiation

ASP.NET Web API MediaTypeFormatter

Caching

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.

Creating A Custom ActionFilterAttribute

Attribute Routing in WebAPI

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.

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service