Client-side web development

When building web applications, a developer needs to know more than just C# and .NET Core. On the client (that is, in the web browser), you will use a combination of the following components:

  • HTML5: This is used for the content and structure of a web page
  • CSS3: This is used for the styles applied to elements on the web page
  • JavaScript: This is used for the procedural actions of the web page

Although HTML5, CSS3, and JavaScript are the fundamental components of frontend web development, there are many libraries that can make frontend web development more productive, including the following:

  • Bootstrap: This is a CSS3 library for implementing responsive design in web pages. Optionally, it can use jQuery to add ...

Get C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development - Third 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.