Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 771 Bytes

File metadata and controls

16 lines (13 loc) · 771 Bytes

Preparing environment for developers

To build and run application you need to install environment first.

dotnet sql-cache create "Data Source=tcp:localhost,1433;Initial Catalog=game21;Integrated Security=False;User Id=sa;Password=Test123$;Encrypt=False;TrustServerCertificate=False;MultipleActiveResultSets=True" "dbo" "Sessions"