Skip to Main Content
Advanced TypeScript Programming Projects
book

Advanced TypeScript Programming Projects

by Peter O'Hanlon
July 2019
Intermediate to advanced content levelIntermediate to advanced
416 pages
10h 6m
English
Packt Publishing
Content preview from Advanced TypeScript Programming Projects

Introducing ASP.NET Core MVC

Microsoft has a long and relatively chequered history with web frameworks. I first started developing server-based applications back in the late 1990s with their Active Server Pages technology, now known as classic ASP. This technology allowed the developer to create dynamic web pages based on user requests and send the resulting web pages back to the client. This technology required a special Internet Information Services (IIS) plugin for it to work, so it was entirely Windows-based and was a strange mix of the proprietary VBScript language and HTML. This meant that we often saw code that looked like this:

<%Dim connectionSet connection = Server.CreateObject("ADODB.Connection")Response.Write "The server connection ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn TypeScript 3 by Building Web Applications

Learn TypeScript 3 by Building Web Applications

Sebastien Dubois, Alexis Georges

Publisher Resources

ISBN: 9781789133042Supplemental Content