Simple prime checker to serve as an example for .Net core form posting
To get this running
- Have .Net core >= 1.1 installed
- Clone the repo
In a command prompt Cd into project folder in your favorite terminal. Make sure to have it your path. Run these commands:
dotnet restore
dotnet run