Building RESTful Web Services with .NET Core
上QQ阅读APP看书,第一时间看更新

User registration

Let's get the models into the API first so that we can create an object and save data in the database. We will use Entity Framework Core (EF Core) version 2.0.2 for this.