Chapter 16. Building a Quiz

This chapter is about designing and building a quiz application that helps students learn the C# language, .NET Core, and related topics.

This chapter covers the following topics:

  • Designing the quiz application
  • Building the quiz solution
  • Running the quiz
  • Hosting ASP.NET Core web apps in Microsoft Azure

Designing the quiz application

The first decision for designing the quiz that we need to make is on which platform to implement the quiz. We want this quiz to be usable for as many students as possible, wherever and whenever.

Choosing the platform

A web application that uses responsive design to support mobile devices as well as desktops would be a good choice. To provide maximum scalability and flexibility for the choice of host, ...

Get C# 6 and .NET Core 1.0: Modern Cross-Platform Development 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.