A simple app that pings a SQL Server database
- A SQL server
- dotnet core
- Clone the repository
- Update the connection string in appsettings.json
- Make any changes required to
Models\PingContext.cs
to ensure your model matches a database table - Run
dotnet restore
- Run
dotnet run
- Open http://localhost:5000
- Click Start