Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Does ASP.NET web API support IValidatableObject?

Why doing POST throws an exception in MVC 4?

ASP.NET Web Api ignores RouteParameter.Optional when selecting the action

Required annotation for webapi mvc4 fails for an integer property but works for string

Web API, OData, EF5, Union: The 'Distinct' operation cannot be applied to the collection ResultType of the specified argument

ASP.NET Web API Error: No HTTP resource was found that matches the request URI

WebApi OData entityset/key/navigation/key support

JSON serializer creates an empty object on failed deserialization instead of null

Web API Nested Resource in URL

asp.net url asp.net-web-api

ASP.net WebApi Parameter Binding to complex type from URI

NSubstitute: Mocking the request, response object inside a MVC/Web Api Controller?

Web API OData: How do you $expand on a single entity?

c# asp.net-web-api odata

Debugging Exceptions in Async Code

Validation does not work if nothing is sent?

c# asp.net-web-api

QueryString with MVC 5 AttributeRouting in Web API 2

Strongly typed AND arbitrary properties in Web API request object

c# asp.net-web-api

Strict enum query string parsing in WebApi

c# asp.net-web-api

WebAPI 2 OData - No routing convention for '~/entityset/key/$links/navigation'

How do I get hold of the current HttpContextBase in an AuthorizeAttribute?

asp.net-web-api

How to remove the redirect from an ASP.NET Core webapi and return HTTP 401?