✅ PUT vs POST vs PATCH
POST create a resource
PUT update or replace a resource
PATCH Partial Update
✅ http errors
1XX - Informational
2xx - Success
3xx - Redirection
4xx - Client-Side Error
5xx - Server Side Error
✅ List IHttpActionREsult (6)
1 - OK
2- Content
3 - Json
4 - Created
5 - NotFound
6 - BadRequest
✅ Headers of the request object used for content negotiation?
Accept application/json, application/xml
Accept-Charset
Accept-Encoding
Accept-Language
⚠️ What is OWIN?
⚠️ What is OData?
⚠️ How to serialize to JSON?
What is REST?
1) Architectural style,
2) RESTful systems are stateless and separate the concerns of client and server