Chapter 14 - Building Web Applications Using ASP.NET Core MVC

  1. What is the difference between a web browser and a web server?
    • 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.
  2. What is the difference between a URI, a URL, and a URN?
    • 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.
  3. What are the four most common HTTP methods?
    • The GET, POST, PUT, and DELETE are the most common HTTP ...

Get C# 7 and .NET Core: Modern Cross-Platform Development - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.