© Fanie Reynders 2018
Fanie ReyndersModern API Design with ASP.NET Core 2https://doi.org/10.1007/978-1-4842-3519-5_2

2. Introduction to ASP.NET Core

Fanie Reynders1 
(1)
Odijk, The Netherlands
 

Active Server Pages (ASP) was first introduced in 1998 as Microsoft’s flagship development framework for building server-side technologies. It was meant to compete with other web frameworks, like PHP, which was very popular at the time. It was initially developed for creating and running dynamic, interactive web applications. Upon requesting an ASP file, the web server executes any code in the file and returns the result it produces to the browser.

Initially only focused on rendering pure websites in Hypertext Markup Language (HTML) on the server, ASP ...

Get Modern API Design with ASP.NET Core 2: Building Cross-Platform Back-End Systems 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.