
Running in debug mode allows you to attach breakpoints to pause execution and step through the application code. NOTE: You can also start the application in debug mode in VS Code by opening the project root folder in VS Code and pressing F5 or by selecting Debug -> Start Debugging from the top menu.
#USERNAME FOR UNLOCKBASE API UPDATE#
For details of the exact changes that were required to update from ASP.NET Core 2.1 to 2.2 see this commit on GitHub.


The tutorial project code is available on GitHub at. This can be easily switched out to a real db provider when you're ready to work with a real database such as SQL Server, Oracle, MySql etc.
#USERNAME FOR UNLOCKBASE API INSTALL#
So you can get up and running quickly with the tutorial example, the application is configured to use the Entity Framework Core InMemory provider which allows EF Core to create and connect to an in-memory database rather than you having to install a real database server.

In this tutorial we'll go through an example boilerplate ASP.NET Core 2.2 API that supports user registration, login with JWT authentication and user management.
