
C# 6 and .NET Core 1.0

A web browser makes HTTP requests for resources and a web server sends HTTP responses back containing a mix of HTML, CSS, JavaScript, and other media formats, which the browser then displays to the end user.
Uniform Resource Identifier (URI) is the more general term instead of URL or URN. A Uniform Resource Locator (URL) is a type of URI that species a location of a resource. A Uniform Resource Name (URN) is intended to serve as persistent, location-independent identifier.
The GET
, POST
, PUT
, and DELETE
are the most common HTTP methods.
302
?The web server is indicating a temporary redirect. This means that the web server found the resource but it is at a different location. A response header is...
Change the font size
Change margin width
Change background colour