ASP.NET Web API 2 (edit)
Get Started with ASP.NET Web API 2 (C#) - ASP.NET 4.x | Microsoft Docs
Build RESTful APIs with ASP.NET Web API - ASP.NET 4.x | Microsoft Docs
Lifecycle of ASP.net Web API Message (c-sharpcorner.com)
Lifecycle of an ASP.NET Web API Message | DotNetCurry
Config camleCase for property name
ASP.NET Web Api - Setup JSON Camel Cased Fields | Justin James (digitaldrummerj.me)
Cross-Origin Resource Sharing (CORS)
SupportsCredentials = true
Enabling Cross-Origin Requests in ASP.NET Web API 2 | Microsoft Docs
[EnableCors(origins: "http://myclient.azurewebsites.net", headers: "*", methods: "*", SupportsCredentials = true)]
What is the life cycle of web api explain briefly?
When we send a request, the following process will return a response.
HTTP Message Handler -> Delegating Handler-> Routing Dispatcher-> Controllers-> Controller Action-> Result Conversion
The following links for your reference.
ASP.NET WEB API 2: HTTP MESSAGE LIFECYLE
https://www.asp.net/media/4071077/aspnet-web-api-poster.pdf
Lifecycle of an ASP.NET Web API Message
http://www.dotnetcurry.com/aspnet/888/aspnet-webapi-message-lifecycle
The ASP.NET Web API 2 HTTP Message Lifecycle in 43 Easy Steps:
https://exceptionnotfound.net/the-asp-net-web-api-2-http-message-lifecycle-in-43-easy-steps-2/
ASP.NET Web API Series
ASP.NET Web API Series site:byterot.blogspot.com
Swagger and ASP.NET Web API - Part I: Adding Swagger to Web API project (wmpratt.com)
Swagger and ASP.NET Web API - Part II: Enabling OAuth 2.0 (wmpratt.com)
Where does ASP.NET Web API Fit? - Rick Strahl's Web Log (west-wind.com)
eBooks:
- Embrace HTTP with ASP.NET Web API
- Pro ASP.NET Web API Security: Securing ASP.NET Web API
- Securing Authentication Cookies in ASP.NET Web API 2
Swagger Demo Api using ASP.NET Web Api
billpratt/SwaggerDemoApi: Swagger Demo Api using ASP.NET Web Api (github.com)
.NET WebApi starter kit using Code first Entity Framework 5 with token authentication, API request limiter and sample Soup Recipe API
ASP.NET Web API 2
Global Error Handling in ASP.NET Web API 2 - ASP.NET 4.x | Microsoft Docs
The ASP.NET Web API 2 HTTP Message Lifecycle in 43 Easy Steps (exceptionnotfound.net)
ASP.NET Web API Series
ASP.NET Web API (exceptionnotfound.net)
HTTP Status Codes
HTTP Status Codes in ASP.NET Web API - A Guided Tour (exceptionnotfound.net)
Securing Authentication Cookies in ASP.NET Web API 2
External Authentication Services with ASP.NET Web API (C#) | Microsoft Docs
Authentication Filters
Authentication Filters in ASP.NET Web API 2 | Microsoft Docs
Security, Authentication, and Authorization in ASP.NET Web API | Microsoft Docs
Authentication and Authorization in ASP.NET Web API | Microsoft Docs
Secure a Web API with Individual Accounts and Local Login in ASP.NET Web API 2.2 | Microsoft Docs
ASP.NET Web API (include .NET Core)
ASP.NET Web API (exceptionnotfound.net)
Securing .NET Microservices and Web Applications | Microsoft Docs