Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 677 Bytes

CalendarTodoList

Requirements

  • MS SQL Server

Development

Add connection string

In Visual Studio 2022, right-click on CalendarTodoList.Server then select Manage User Secrets and add a connection string as in the example.

// secrets.json
{
  "ConnectionStrings": {
    "Default": "Server=localhost\\SQLEXPRESS;Database=CalendarTodoList;Trusted_Connection=True;TrustServerCertificate=True;"
  }
}

Overview

Normal

New user