Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
.NET Core 2.0 By Example

You're reading from   .NET Core 2.0 By Example Learn to program in C# and .NET Core by building a series of practical, cross-platform projects

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781788395090
Length 458 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Neha Shrivastava Neha Shrivastava
Author Profile Icon Neha Shrivastava
Neha Shrivastava
Rishabh Verma Rishabh Verma
Author Profile Icon Rishabh Verma
Rishabh Verma
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Getting Started FREE CHAPTER 2. Native Libraries in .NET Core 3. Building Our First .NET Core Game – Tic-Tac-Toe 4. Let's Chat Web Application 5. Developing the Let's Chat Web Application 6. Testing and Deploying – The Let's Chat Web Application 7. To the Cloud 8. Movie Booking Web App 9. Microservices with .NET Core 10. Functional Programming with F# 11. Other Books You May Enjoy

Movie booking app requirements


In this section, we will discuss the requirements for developing our movie booking web app in ASP.NET Core 2.0. To keep things simple and understandable, we will create a single-screen cinema hall and not a multiplex. The requirements for our sample movie booking app are as follows.

As a user or a movie buff, I should be able to:

  1. See the list of movies showing in the cinema hall with timings
  2. See the short description and star cast of the movie before booking
  3. Select seats from the available seats
  4. Book the selected seats
  5. Optionally log in to the seat with Facebook/Google credentials or continue as a guest.

Now that we have the requirement specifications in place, let's see the activity flow of the app and come up with a flowchart. The following is the rough flowchart of the app workflow:

Let's discuss this flowchart in detail:

  1. Start: This is the start of the flow. The user browses the movie booking app.
  2. Now Showing Movie Listing: The user can see the the list of movies...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime