Building a service for the Movie Tickets application

Now that we have covered some of the basics of ASP.NET Web API, let's start building the backend service for our Movie Tickets application. Since this book is not about database or accessing data, the approach we are following is to hardcode data (data for objects are added while instantiating objects) that is returned by the service in a repository class and not to read the data from a database.

Let's look at the high-level view of our service architecture:

Building a service for the Movie Tickets application

The service architecture is simplified so that we don't spend a lot of time on topics outside the context of the book, such as DB design, data ...

Get Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API 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.