Skip to content

volt1c/CalendarTodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

61 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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