© Vincent Maverick S. Durano 2019
Vincent Maverick S. DuranoUnderstanding Game Application Development https://doi.org/10.1007/978-1-4842-4264-3_3

3. Configuring Data Access and API Endpoints

Vincent Maverick S. Durano1 
(1)
Minnetonka, MN, USA
 

In this chapter, we are going to see in action how to set up a database, configure data access, and build REST API endpoints.

Creating a New Empty Database

Let’s start by creating a database for storing and persisting user data. Now go ahead and fire up Microsoft SSMS and just log in using Windows authentication. When you’re inside the studio management, select FileNewQuery with Current Connection just like in the following figure:
Figure 3-1

Create a new query editor

Copy the following SQL script in the query ...

Get Understanding Game Application Development: With Xamarin.Forms and ASP.NET 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.